getPosASLVisual: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 8: | Line 7: | ||
|gr1= Object Manipulation |GROUP1= | |gr1= Object Manipulation |GROUP1= | ||
|gr2= Render Time Scope |GROUP2= | |gr2= Render Time Scope |GROUP2= | ||
| Returns an object's rendered [[PositionASL|3D position ASL]] (z value above sea level) in render time scope. Alias of [[visiblePositionASL]]. |DESCRIPTION= | | Returns an object's rendered [[PositionASL|3D position ASL]] (z value above sea level) in render time scope. Alias of [[visiblePositionASL]]. |DESCRIPTION= | ||
|'''getPosASLVisual''' object |SYNTAX= | |'''getPosASLVisual''' object |SYNTAX= | ||
Line 20: | Line 17: | ||
| [[Array]] - format [[PositionASL]] |RETURNVALUE= | | [[Array]] - format [[PositionASL]] |RETURNVALUE= | ||
|x1= <code>_playerRenderedPosASL = [[getPosASLVisual]] [[player]];</code> |EXAMPLE1= | |x1= <code>_playerRenderedPosASL = [[getPosASLVisual]] [[player]];</code> |EXAMPLE1= | ||
| [[getPosVisual]], [[getPosATLVisual]], [[getPosWorldVisual]], [[visiblePositionASL]], [[visiblePosition]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]] |SEEALSO= | | [[getPosVisual]], [[getPosATLVisual]], [[getPosWorldVisual]], [[visiblePositionASL]], [[visiblePosition]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]] |SEEALSO= |
Revision as of 01:34, 17 January 2021
Description
- Description:
- Returns an object's rendered 3D position ASL (z value above sea level) in render time scope. Alias of visiblePositionASL.
- Groups:
- Object ManipulationRender Time Scope
Syntax
- Syntax:
- getPosASLVisual object
- Parameters:
- object: Object: - name of the object
- Return Value:
- Array - format PositionASL
Examples
- Example 1:
_playerRenderedPosASL = getPosASLVisual player;
Additional Information
- See also:
- getPosVisualgetPosATLVisualgetPosWorldVisualvisiblePositionASLvisiblePositionpositiongetPosgetPosATLgetPosASLgetPosASLW
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