ASLToAGL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 91549 by Tom_48_97 on 2015-08-26T14:18:09Z)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Converts position from [[PositionASL]] to [[PositionAGL]] |= Description
| Converts position from [[PositionASL]] to [[PositionAGL]] |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ASLToAGL''' posASL |= Syntax
| '''ASLToAGL''' posASL |SYNTAX=
|p1= posASL: [[PositionASL]] - position to convert  |=
|p1= posASL: [[PositionASL]] - position to convert  |=
| [[PositionAGL]] |= Return value
| [[PositionAGL]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]] |= See also
| [[AGLToASL]], [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosATL]], [[getPosASL]] |SEEALSO=


}}
}}

Revision as of 12:25, 7 April 2019

Hover & click on the images for description

Description

Description:
Converts position from PositionASL to PositionAGL
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_playerPosAGL = ASLToAGL getPosASL player;

Additional Information

See also:
AGLToASLASLToATLATLToASLgetPosgetPosATLgetPosASL

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