customWaypointPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(see also, format)
Line 13: Line 13:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns player's custom waypoint position.(LShift + LMB) |Description=
| Returns player's custom waypoint (LShift + LMB) [[Position]] or an empty array <tt>[]</tt> if no custom waypoint exists. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| customWaypointPosition |Syntax=
| [[customWaypointPosition]] |Syntax=


| [[Position]] |Return Value=
| [[Position]] in format [x,y,0] or [] |Return Value=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 26: Line 26:
|mp= - |Multiplayer Behaviour=
|mp= - |Multiplayer Behaviour=


| |See Also=
| [[allMapMarkers]] |See Also=
}}
}}



Revision as of 13:06, 14 November 2019

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.
Multiplayer:
-
Groups:
Uncategorised

Syntax

Syntax:
customWaypointPosition
Return Value:
Position in format [x,y,0] or []

Examples

Example 1:
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

Bottom Section