unitsBelowHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(ATL !)
m (version)
Line 4: Line 4:
| arma2 |= Game name
| arma2 |= Game name


|1.00|= Game version
|1.04|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns unit in group below passed height. |= Description
| Returns units in group below passed height. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:55, 30 December 2009

Hover & click on the images for description

Description

Description:
Returns units in group below passed height.
Groups:
Uncategorised

Syntax

Syntax:
group or array unitsBelowHeight height
Parameters:
group or array Group or Array
height Number
Return Value:
Array

Examples

Example 1:
 _allOnGroudUnits = group player unitsBelowHeight 10 

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

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