unitsBelowHeight: Difference between revisions

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


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


Line 21: Line 21:




|x1=  <pre> _allOnGroudUnits = allunits unitsBelowHeight 10 </pre> |= EXAMPLE1  
|x1=  <pre> _allOnGroudUnits = group player unitsBelowHeight 10 </pre> |= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 21:51, 24 October 2009

Hover & click on the images for description

Description

Description:
(description)
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