visiblePositionASL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 23: Line 23:
|x1= <code>_playerRenderedPosASL = [[visiblePositionASL]] player;</code>
|x1= <code>_playerRenderedPosASL = [[visiblePositionASL]] player;</code>


|seealso= [[getPosVisual]] [[getPosASLVisual]] [[getPosATLVisual]] [[getPosWorldVisual]] [[visiblePosition]] [[position]] [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]]
|seealso= [[getPosVisual]] [[getPosASLVisual]] [[getPosATLVisual]] [[getPosWorldVisual]] [[visiblePosition]] [[position]] [[getPos]] [[getPosATL]], [[getPosASL]], [[getPosASLW]]
}}
}}

Revision as of 23:00, 20 January 2022

Hover & click on the images for description

Description

Description:
Returns an object's rendered ASL position (z value above sea level) in render time scope.
Groups:
PositionsRender Time Scope

Syntax

Syntax:
visiblePositionASL object
Parameters:
object: Object - name of the object
Return Value:
Array format PositionASL

Examples

Example 1:
_playerRenderedPosASL = visiblePositionASL player;

Additional Information

See also:
getPosVisual getPosASLVisual getPosATLVisual getPosWorldVisual visiblePosition position getPos getPosATLgetPosASLgetPosASLW

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