ASLToATL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(example, cannot == arrays)
Line 15: Line 15:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[ASLtoATL]] ([[getPosASL]] [[player]]) == [[getPosATL]] [[player]]</code> |= Example 1
|x1= <code>[[ASLtoATL]] ([[getPosASL]] [[player]]) [[isEqualTo]] [[getPosATL]] [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:58, 25 August 2014

Hover & click on the images for description

Description

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

Syntax

Syntax:
ASLtoATL PositionASL
Return Value:
PositionATL

Examples

Example 1:
ASLtoATL (getPosASL player) isEqualTo getPosATL player

Additional Information

See also:
ATLtoASLgetPosgetPosATLgetPosASLvisiblePositionvisiblePositionASL

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