ASLToAGL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(.*)\{\{GameCategory\|arma3\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}(.*)" to "$1$2")
m (Text replacement - "_{10,} " to " ")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
 


| arma3|Game name=
| arma3|Game name=
Line 7: Line 7:


|gr1= Positions |GROUP1=
|gr1= Positions |GROUP1=
____________________________________________________________________________________________
 


| Converts position from [[PositionASL]] to [[PositionAGL]] |DESCRIPTION=
| Converts position from [[PositionASL]] to [[PositionAGL]] |DESCRIPTION=
____________________________________________________________________________________________
 


| '''ASLToAGL''' posASL |SYNTAX=
| '''ASLToAGL''' posASL |SYNTAX=
|p1= posASL: [[PositionASL]] - position to convert  |=
|p1= posASL: [[PositionASL]] - position to convert  |=
| [[PositionAGL]] |RETURNVALUE=
| [[PositionAGL]] |RETURNVALUE=
____________________________________________________________________________________________
 
   
   
|x1= <code>_playerPosAGL = [[ASLToAGL]] [[getPosASL]] [[player]];</code> |EXAMPLE1=
|x1= <code>_playerPosAGL = [[ASLToAGL]] [[getPosASL]] [[player]];</code> |EXAMPLE1=
____________________________________________________________________________________________
 


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

Revision as of 20:50, 16 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

Notes

Bottom Section