武装突袭 Wiki
武装突袭 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