unitsBelowHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (version)
(mass edit: removing obsolete </dt> and </dd> tags)
Line 34: Line 34:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on Nov 12, 2009 - 23:46</dd>
<dd class="notedate">Posted on Nov 12, 2009 - 23:46
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt>
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''
<dd class="note">the height is calculated above terrain level (ATL), not water level or building level.</dd>
<dd class="note">the height is calculated above terrain level (ATL), not water level or building level.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 03:52, 18 October 2011

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