customWaypointPosition

From Bohemia Interactive Community
Revision as of 20:08, 3 May 2022 by Lou Montana (talk | contribs) (Some wiki formatting)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns player's custom waypoint (LShift + LMB) position or an empty array [] if no custom waypoint exists.
Groups:
Waypoints

Syntax

Syntax:
customWaypointPosition
Return Value:
Array in format Position as [x,y,0], or empty array []

Examples

Example 1:
if (customWaypointPosition isNotEqualTo []) then { hint format ["You are %1m away from your custom waypoint.", round (player distance customWaypointPosition)]; };

Additional Information

See also:
allMapMarkers

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