waypointPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example formate)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_wPos = waypointPosition [_groupOne, 1]</pre> |= Example 1
|x1= <code>_wPos = [[waypointPosition]] [_groupOne, 1];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 08:54, 9 August 2014

Hover & click on the images for description

Description

Description:
Get Waypoint's Position.
Note: This function is identical to getWPPos.
Groups:
Uncategorised

Syntax

Syntax:
Array = waypointPosition waypoint
Parameters:
waypoint: Array - format Waypoint
Return Value:
Array - format Position

Examples

Example 1:
_wPos = waypointPosition [_groupOne, 1];

Additional Information

See also:
waypointssetWaypointPositionsetWPPos

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