武装突袭 Wiki
注册
Advertisement
Introduced with Operation Flashpoint version 1.00
  Arguments of this scripting command don't have to be local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Operation Flashpoint
版本:
1.00

描述

描述:
Returns the crew (both dead and alive) of the given vehicle.

基本句法

句法:
Array = crew vehicleName
参数:
vehicleName: Object
返回值:
Array - An array with all units in the vehicle is returned.

范例

范例1:
player in (crew _tank);

额外资讯

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

注意事项

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

Notes

Posted on 3 February, 2010 - 11:28
Ofpwarior
The crew command will return crew in order [driver,gunner,commander,turrets,cargo]
Posted on 1 June, 2014 - 18:17
SilentSpike
The crew command will return an empty array if the object has no crew - this includes objects that can't hold crew. If used on a unit (man, module, etc.) it will return an array containing that unit.

Bottom Section

Advertisement