ATLToASL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (moved ATLtoASL to ATLToASL: game letters)
m (Some wiki formatting)
 
(45 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa  
|version1= 1.62


|1.62|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Converts a position from [[PositionATL]] to [[PositionASL]] |= Description
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| '''ATLtoASL''' [[PositionATL]] |= Syntax
|gr1= Positions


| [[PositionASL]] |= Return value
|descr= Converts a position from [[Position#PositionATL|PositionATL]] to [[Position#PositionASL|PositionASL]]  
____________________________________________________________________________________________
 
|x1= <pre>ATLtoASL (getPosATL player) == getPosASL player</pre> |= Example 1
____________________________________________________________________________________________


| [[ASLtoATL]], [[getPos]], [[getPosATL]], [[getPosASL]] |= See also
|s1= [[ATLToASL]] pos


}}
|p1= pos: [[Array]] format [[Position#PositionATL|PositionATL]] - position to convert


<h3 style="display:none">Notes</h3>
|r1= [[Array]] format [[Position#PositionASL|PositionASL]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>ATLToASL (getPosATL player) isEqualTo getPosASL player;</sqf>  
</dl>


<h3 style="display:none">Bottom Section</h3>
|x2= <sqf>_camPosASL = ATLToASL positionCameraToWorld [0,0,0];</sqf>  


[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
|seealso= [[ASLToATL]] [[AGLToASL]] [[ASLToAGL]] [[getPos]] [[getPosATL]] [[getPosASL]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:40, 10 May 2022

Hover & click on the images for description

Description

Description:
Converts a position from PositionATL to PositionASL
Groups:
Positions

Syntax

Syntax:
ATLToASL pos
Parameters:
pos: Array format PositionATL - position to convert
Return Value:
Array format PositionASL

Examples

Example 1:
Example 2:
_camPosASL = ATLToASL positionCameraToWorld [0,0,0];

Additional Information

See also:
ASLToATL AGLToASL ASLToAGL getPos getPosATL getPosASL

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