武装突袭 Wiki
註冊
Advertisement
Introduced with Arma 3 version 0.76
  

點擊圖片可看到更多訊息

開始使用於

遊戲:
Arma 3
版本:
0.76

描述

描述:
Return a list of all UAV vehicles.

基本句法

句法:
allUnitsUAV
返回值:
Array of Objects - Array of UAV vehicles

範例

範例1:
hint format ["No. of UAV(s) on the map: %1", count allUnitsUAV];
範例2:
{_x setDamage 1} forEach allUnitsUAV;

額外資訊

多人遊戲:
-
也可以看看:
allCuratorsallGroupsallDeadplayableUnitsswitchableUnitsvehiclesallDeadMenagentsshowUAVFeedshownUAVFeedgetConnectedUAVUAVControlconnectTerminalToUAVisUAVConnected

注意事項

此處撰寫句法皆為可行用法. 可到官網[1]專頁回報錯誤. 你可以使用討論頁面或是論壇來進行討論.
新增注意事項 | 如何新增?

Notes

Bottom Section

Posted on October 10, 2014 - 01:23 (UTC)
AgentRevolution
This command returns a list of all unmanned vehicles, not the UAV AI units inside them, as the name might otherwise suggest.
Advertisement