flyInHeightASL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.62|= Game Version |arg= |= Multiplayer Arguments |e...")
 
(Added code formatting, removed unused parameters, and added see also)
Line 11: Line 11:
|p1= aircraft: [[Object]] - helicopter, airplane |= Parameter 1
|p1= aircraft: [[Object]] - helicopter, airplane |= Parameter 1
|p2= params: [[Array]] -  height - careless/safe/aware, height - combat, height - stealth |= Parameter 2
|p2= params: [[Array]] -  height - careless/safe/aware, height - combat, height - stealth |= Parameter 2
|p3=  |= Parameter 3
 
|p3=  |= Parameter 4
|p3=  |= Parameter 5
|p3=  |= Parameter 6
| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value
|x1= cobraOne [[flyInHeightASL]] [200, 100, 400] |= Example 1
 
| - |= See Also
|x1= <code>cobraOne [[flyInHeightASL]] [200, 100, 400];</code> |= Example 1
____________________________________________________________________________________________
 
| [[flyInHeight]] |= See Also
}}
}}



Revision as of 22:38, 3 August 2016

Hover & click on the images for description

Description

Description:
Sets the minimal ASL height. Final height is max(flyInHeight, flyInHeightASL).
Groups:
Uncategorised

Syntax

Syntax:
aircraft flyInHeightASL params
Parameters:
aircraft: Object - helicopter, airplane
params: Array - height - careless/safe/aware, height - combat, height - stealth
Return Value:
Nothing

Examples

Example 1:
cobraOne flyInHeightASL [200, 100, 400];

Additional Information

See also:
flyInHeight

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

Bottom Section