flyInHeightASL: Difference between revisions
Jump to navigation
Jump to search
Pennyworth (talk | contribs) (Added code formatting, removed unused parameters, and added see also) |
m (template:command argument fix) |
||
Line 6: | Line 6: | ||
|eff= |= Multiplayer Effects | |eff= |= Multiplayer Effects | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Sets the minimal ASL height. Final height is max(flyInHeight, flyInHeightASL). |= | | Sets the minimal ASL height. Final height is max(flyInHeight, flyInHeightASL). |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| aircraft [[flyInHeightASL]] params |= | | aircraft [[flyInHeightASL]] params |SYNTAX= | ||
|p1= aircraft: [[Object]] - helicopter, airplane |= | |p1= aircraft: [[Object]] - helicopter, airplane |PARAMETER1= | ||
|p2= params: [[Array]] - height - careless/safe/aware, height - combat, height - stealth |= | |p2= params: [[Array]] - height - careless/safe/aware, height - combat, height - stealth |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>cobraOne [[flyInHeightASL]] [200, 100, 400];</code> |= | |x1= <code>cobraOne [[flyInHeightASL]] [200, 100, 400];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[flyInHeight]] |= | | [[flyInHeight]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:39, 7 April 2019
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