ASLToAGL: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" or...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.50 | |1.50 | ||
|gr1= Positions | |gr1= Positions | ||
| Converts position from [[PositionASL]] to [[PositionAGL]] | | Converts position from [[PositionASL]] to [[PositionAGL]] | ||
| '''ASLToAGL''' posASL |SYNTAX= | | '''ASLToAGL''' posASL |SYNTAX= | ||
|p1= posASL: [[PositionASL]] - position to convert |= | |p1= posASL: [[PositionASL]] - position to convert |= | ||
| [[PositionAGL]] | | [[PositionAGL]] | ||
|x1= <code>_playerPosAGL = [[ASLToAGL]] [[getPosASL]] [[player]];</code> | |x1= <code>_playerPosAGL = [[ASLToAGL]] [[getPosASL]] [[player]];</code> | ||
| [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]] | | [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]] | ||
}} | }} |
Revision as of 15:52, 17 January 2021
Description
- Description:
- Converts position from PositionASL to PositionAGL
- Groups:
- Positions
Syntax
- Syntax:
- ASLToAGL posASL
- Parameters:
- posASL: PositionASL - position to convert
- Return Value:
- PositionAGL
Examples
Additional Information
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