unitsBelowHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Fixed example. Added BI description.)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| (description) |= Returns unit in group below passed height.
| Returns unit in group below passed height. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:52, 24 October 2009

Hover & click on the images for description

Description

Description:
Returns unit 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

Bottom Section