flyInHeightASL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |= Game " to " ")
m (Text replacement - "{{Inline code|" to "{{ic|")
Line 7: Line 7:
|gr1= Object Manipulation
|gr1= Object Manipulation


| Sets the minimal ASL height. Final height is {{Inline code|''flyInHeight'' [[max]] ''flyInHeightASL''}} - the higher altitude has priority.
| Sets the minimal ASL height. Final height is {{ic|''flyInHeight'' [[max]] ''flyInHeightASL''}} - the higher altitude has priority.


| aircraft [[flyInHeightASL]] [standardAltitude, combatAltitude, stealthAltitude]
| aircraft [[flyInHeightASL]] [standardAltitude, combatAltitude, stealthAltitude]

Revision as of 19:11, 27 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
aircraft: Object - helicopter, airplane
standardAltitude: Number - base altitude used when behaviour is neither "COMBAT" or "STEALTH"
combatAltitude: Number - altitude used when behaviour is "COMBAT"
stealthAltitude: Number - altitude used when behaviour is "STEALTH"
Return Value:
Return value needed

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