ASLToAGL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[\[[a-zA-Z0-9]+\]\][^ ]+) *\|x1=" to " |r1= $1 |x1=")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
|version1= 1.50


|1.50
|gr1= Positions


|gr1= Positions
|descr= Converts position from [[PositionASL]] to [[PositionAGL]]


| Converts position from [[PositionASL]] to [[PositionAGL]]  
|s1= [[ASLToAGL]] posASL


| '''ASLToAGL''' posASL
|p1= posASL: [[PositionASL]] - position to convert
|p1= posASL: [[PositionASL]] - position to convert
|r1= [[PositionAGL]]  
|r1= [[PositionAGL]]  


Line 17: Line 18:
|seealso= [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]]
|seealso= [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}

Revision as of 00:05, 13 June 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