ASLToAGL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "")
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|Comments=
{{Command




| arma3|Game name=
| arma3


|1.50|Game version=
|1.50


|gr1= Positions |GROUP1=
|gr1= Positions  




| Converts position from [[PositionASL]] to [[PositionAGL]] |DESCRIPTION=
| 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]] |RETURNVALUE=
| [[PositionAGL]]  


   
   
|x1= <code>_playerPosAGL = [[ASLToAGL]] [[getPosASL]] [[player]];</code> |EXAMPLE1=
|x1= <code>_playerPosAGL = [[ASLToAGL]] [[getPosASL]] [[player]];</code>  




| [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]] |SEEALSO=
| [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]]  


}}
}}

Revision as of 16:52, 17 January 2021

Hover & click on the images for description

Description

Description:
Converts position from PositionASL to PositionAGL
Groups:
Positions

Syntax

Syntax:
ASLToAGL posASL
Parameters:
posASL: PositionASL - position to convert
Return Value:
PositionAGL

Examples

Example 1:
_playerPosAGL = ASLToAGL getPosASL player;

Additional Information

See also:
AGLToASLASLToATLATLToASLgetPosgetPosATLgetPosASL

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