ATLToASL

From Bohemia Interactive Community
Revision as of 23:59, 9 January 2020 by Lou Montana (talk | contribs) (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
Jump to navigation Jump to search
Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
ATLToASL (getPosATL player) isEqualTo getPosASL player
Example 2:
_camPosASL = ATLToASL positionCameraToWorld [0,0,0];

Additional Information

See also:
ASLToATLAGLToASLASLToAGLgetPosgetPosATLgetPosASL

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