武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Armed Assault
版本:
1.00

描述

描述:
Terminate (abort) spawned or execVM'd script. Note: The given script will not terminate immediately upon terminate command execution, it will do so the next time the script is processed by the scheduler.

基本句法

句法:
terminate scriptHandle
参数:
scriptHandle: Script_(Handle)
返回值:
Nothing

范例

范例1:
_script = [] execVM "script.sqf"; sleep 5; terminate _script; hint "'script.sqf' has been terminated after 5 seconds";

额外资讯

多人游戏:
-
也可以看看:
execVMspawnscriptDone

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

Bottom Section

Advertisement