visiblePosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Corrected incorrect info about position type)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns an object's rendered [[Position3D|3D position]] (z value above ground level). |= Description
| Returns an object's rendered position (z value above surface underneath). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 15: Line 15:
|p1= object: [[Object]]: - name of the object |= Parameter 1
|p1= object: [[Object]]: - name of the object |= Parameter 1


| [[Array]] - format [[Position3D]] |= Return value
| [[Array]] - format [[Position]] |= Return value


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 08:18, 19 April 2014

Hover & click on the images for description

Description

Description:
Returns an object's rendered position (z value above surface underneath).
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:
visiblePositionASLpositiongetPosgetPosATLgetPosASLgetPosASLW

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