visiblePosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(testing category)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns an object's rendered position (z value above surface underneath) in render time scope. |= Description
| Returns an object's rendered position (z value above surface underneath) in render time scope. Same as [[getPosVisual]] |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[visiblePositionASL]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]]  |= See also
| [[getPosVisual]], [[getPosATLVisual]], [[getPosASLVisual]], [[visiblePositionASL]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[getPosASLW]]  |= See also


}}
}}

Revision as of 19:19, 5 October 2014

Hover & click on the images for description

Description

Description:
Returns an object's rendered position (z value above surface underneath) in render time scope. Same as getPosVisual
Groups:
Uncategorised

Syntax

Syntax:
visiblePosition object
Parameters:
object: Object: - name of the object
Return Value:
Array - format Position

Examples

Example 1:
playerRenderedPos = visiblePosition player;

Additional Information

See also:
getPosVisualgetPosATLVisualgetPosASLVisualvisiblePositionASLpositiongetPosgetPosATLgetPosASLgetPosASLW

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