武装突袭 Wiki
Advertisement
  Arguments of this scripting command don't have to be local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.04

描述

描述:
Returns units in group/array below given height Above The Land (ATL). Current unit height ATL could be found with
_height = (getPosATL _unit) select 2;

基本句法

句法:
units unitsBelowHeight height
参数:
units: Group or Array of Objects
height: Number - height above terrain level (PositionATL)
返回值:
Array of Objects

范例

范例1:
_allOnGroudUnits = group player unitsBelowHeight 10;
范例2:
_units = allUnits unitsBelowHeight 30;

额外资讯

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

注意事项

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

Notes

Posted on Nov 12, 2009 - 23:46
Lou Montana
the height is calculated above terrain level (ATL), not water level or building level.

Bottom Section

Advertisement