ASLToAGL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.50
|1.50


|gr1= Positions  
|gr1= Positions  


| Converts position from [[PositionASL]] to [[PositionAGL]]  
|descr= Converts position from [[Position#PositionASL|PositionASL]] to [[Position#PositionAGL|PositionAGL]]  


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


 
|p1= posASL: [[Array]] format [[Position#PositionASL|PositionASL]] - position to convert
|x1= <code>_playerPosAGL = [[ASLToAGL]] [[getPosASL]] [[player]];</code>


| [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]]
|r1= [[Position#PositionAGL|PositionAGL]]  
}}


|x1= <sqf>_playerPosAGL = ASLToAGL getPosASL player;</sqf>


 
|seealso= [[AGLToASL]] [[ASLToATL]] [[ATLToASL]] [[getPos]] [[getPosATL]] [[getPosASL]] [[setUnitFreefallHeight]]
 
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:39, 10 May 2022

Hover & click on the images for description

Description

Description:
Converts position from PositionASL to PositionAGL
Groups:
Positions

Syntax

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

Examples

Example 1:
_playerPosAGL = ASLToAGL getPosASL player;

Additional Information

See also:
AGLToASL ASLToATL ATLToASL getPos getPosATL getPosASL setUnitFreefallHeight

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