武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2: Operation Arrowhead
版本:
1.60

描述

描述:
If true, units can be in a vehicle with broken tracks/wheels.

基本句法

句法:
vehicle allowCrewInImmobile bool
参数:
vehicle: Object
bool: Boolean
返回值:
Nothing

范例

范例1:
_vehicle allowCrewInImmobile true;

额外资讯

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

注意事项

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

Notes

Bottom Section

Posted on April 27, 2015 - 19:52 (UTC)
Killzone Kid
This will stop AI disembarking when immobile KK_fnc_allowCrewInImmobile = { _this allowCrewInImmobile true; { _x disableAI "FSM"; _x setBehaviour "CARELESS"; } forEach crew _this; }; //example car call KK_fnc_allowCrewInImmobile;
Advertisement