AGLToASL: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
BrettMayson (talk | contribs) mNo edit summary |
||
(26 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3|= | |game1= arma3 | ||
|version1= 1.50 | |||
| | |gr1= Positions | ||
| Converts position from [[PositionAGL]] to [[PositionASL]] | |descr= Converts position from [[Position#PositionAGL|PositionAGL]] to [[Position#PositionASL|PositionASL]]. | ||
| | |s1= [[AGLToASL]] posAGL | ||
| [[ | |p1= posAGL: [[Array]] format [[Position#PositionAGL|PositionAGL]] - position to convert | ||
|r1= [[Array]] format [[Position#PositionASL|PositionASL]] | |||
|x1= <sqf>_playerPosASL = AGLToASL (player modelToWorld [0,0,0]);</sqf> | |||
< | |||
< | |x2= <sqf>_camPosASL = AGLToASL positionCameraToWorld [0,0,0];</sqf> | ||
</ | |||
|seealso= [[ASLToAGL]] [[ASLToATL]] [[ATLToASL]] [[getPos]] [[getPosATL]] [[getPosASL]] | |||
}} | |||
[[ | |||
[[ | |||
[[ |
Latest revision as of 11:06, 16 June 2024
Description
- Description:
- Converts position from PositionAGL to PositionASL.
- Groups:
- Positions
Syntax
- Syntax:
- AGLToASL posAGL
- Parameters:
- posAGL: Array format PositionAGL - position to convert
- Return Value:
- Array format PositionASL
Examples
- Example 1:
- Example 2:
Additional Information
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