flyInHeightASL: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.62|= Game Version |arg= |= Multiplayer Arguments |e...") |
Pennyworth (talk | contribs) (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 | ||
| [[Nothing]] |= Return Value | | [[Nothing]] |= Return Value | ||
|x1= cobraOne [[flyInHeightASL]] [200, 100, 400] |= Example 1 | |||
| | |x1= <code>cobraOne [[flyInHeightASL]] [200, 100, 400];</code> |= Example 1 | ||
____________________________________________________________________________________________ | |||
| [[flyInHeight]] |= See Also | |||
}} | }} | ||
Revision as of 21:38, 3 August 2016
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