ATLToASL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)]]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Some wiki formatting)
 
(24 intermediate revisions by 2 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


|gr1= Positions |GROUP1=
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| Converts a position from [[PositionATL]] to [[PositionASL]] |DESCRIPTION=
|gr1= Positions
____________________________________________________________________________________________


| [[ATLToASL]] pos |SYNTAX=
|descr= Converts a position from [[Position#PositionATL|PositionATL]] to [[Position#PositionASL|PositionASL]]


|p1= pos: [[PositionATL]] - position to convert |Parameter 1=
|s1= [[ATLToASL]] pos


| [[PositionASL]] |RETURNVALUE=
|p1= pos: [[Array]] format [[Position#PositionATL|PositionATL]] - position to convert
____________________________________________________________________________________________
 
|x1= <code>[[ATLToASL]] ([[getPosATL]] [[player]]) [[isEqualTo]] [[getPosASL]] [[player]]</code> |EXAMPLE1=


|x2= <code>_camPosASL = [[ATLToASL]] [[positionCameraToWorld]] [0,0,0];</code> |EXAMPLE2=
|r1= [[Array]] format [[Position#PositionASL|PositionASL]]  
____________________________________________________________________________________________


| [[ASLToATL]], [[AGLToASL]], [[ASLToAGL]], [[getPos]], [[getPosATL]], [[getPosASL]] |SEEALSO=
|x1= <sqf>ATLToASL (getPosATL player) isEqualTo getPosASL player;</sqf>
}}


<h3 style="display:none">Notes</h3>
|x2= <sqf>_camPosASL = ATLToASL positionCameraToWorld [0,0,0];</sqf>  
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[ASLToATL]] [[AGLToASL]] [[ASLToAGL]] [[getPos]] [[getPosATL]] [[getPosASL]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[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