flyInHeightASL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


|arma3 |= Game
|arma3 |= Game
Line 7: Line 6:


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation |GROUP1=
____________________________________________________________________________________________


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


| aircraft [[flyInHeightASL]] [standardAltitude, combatAltitude, stealthAltitude] |SYNTAX=
| aircraft [[flyInHeightASL]] [standardAltitude, combatAltitude, stealthAltitude] |SYNTAX=
Line 25: Line 22:


|x1= <code>cobraOne [[flyInHeightASL]] [200, 100, 400];</code> |EXAMPLE1=
|x1= <code>cobraOne [[flyInHeightASL]] [200, 100, 400];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[flyInHeight]] |SEEALSO=
| [[flyInHeight]] |SEEALSO=

Revision as of 02:14, 17 January 2021

Hover & click on the images for description

Description

Description:
Sets the minimal ASL height. Final height is flyInHeight max flyInHeightASL - the higher altitude has priority.
Groups:
Object Manipulation

Syntax

Syntax:
aircraft flyInHeightASL [standardAltitude, combatAltitude, stealthAltitude]
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:
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