unitsBelowHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ")
Line 24: Line 24:
|s2= group [[unitsBelowHeight]] height
|s2= group [[unitsBelowHeight]] height


|p21= group: [[Group]] - AI group |PARAMETER21=
|p21= group: [[Group]] - AI group


|p22= height: [[Number]] - height above terrain level ([[PositionATL]]) |PARAMETER22=
|p22= height: [[Number]] - height above terrain level ([[PositionATL]])


|r2= [[Array]] of [[Object]]s
|r2= [[Array]] of [[Object]]s

Revision as of 19:04, 29 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object DetectionPositions

Syntax

Syntax:
Syntax needed
Parameters:
units: Array of Objects
height: Number - height above terrain level (PositionATL)
Return Value:
Return value needed

Alternative Syntax

Syntax:
group unitsBelowHeight height
Parameters:
group: Group - AI group
height: Number - height above terrain level (PositionATL)
Return Value:
Array of Objects

Examples

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

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