waypoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(expanded)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Added 1.05 Needs populating |= Description
| Returns an array of waypoints for the specified unit. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 14: Line 14:
|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |= Parameter 1


| [[Array]] |= Return value
| [[Array]] of [[Waypoint|Waypoints]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
| |= Example 1
|x1=<code>waypoints player</code>
could return [[EAST 1-1-A,0],[EAST 1-1-A,1],[EAST 1-1-A,2]] |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 05:43, 26 April 2007

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

Description

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

Syntax

Syntax:
waypoints unit
Parameters:
unit: Object
Return Value:
Array of Waypoints

Examples

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

Additional Information

See also:
See also needed

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