waypoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (alternate syntax)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns an array of waypoints for the specified unit. |= Description
| Returns an array of waypoints for the specified unit/group. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[addWaypoint]], [[setCurrentWaypoint]] |= See also


}}
}}

Revision as of 12:39, 26 November 2008

-wrong parameter ("Arma") defined!-1.05
Hover & click on the images for description

Description

Description:
Returns an array of waypoints for the specified unit/group.
Groups:
Uncategorised

Syntax

Syntax:
WaypointList = waypoints Unit
Parameters:
Unit: Object or Group
Return Value:
Array of Waypoints

Examples

Example 1:
waypoints player
Example 2:
_wPosArray = waypoints group10
could return [[EAST 1-1-A,0],[EAST 1-1-A,1],[EAST 1-1-A,2]]

Additional Information

See also:
addWaypointsetCurrentWaypoint

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