setCurrentWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(Populated, please adjust style to your liking.)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Added 1.05, needs populating. |= Description
| Sets the currently active waypoint for a group. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| waypoint '''setCurrentWaypoint''' text |= Syntax
| group '''setCurrentWaypoint''' waypoint |= Syntax


|p1= |= Parameter 1
|p1= group: [[Group]] |= Parameter 1


|p2= |= Parameter 2
|p2= waypoint: [[Array]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= |= Example 1
|x1= <pre>grp setCurrentWaypoint [grp, 1]</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:44, 24 February 2007

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

Description

Description:
Sets the currently active waypoint for a group.
Groups:
Uncategorised

Syntax

Syntax:
group setCurrentWaypoint waypoint
Parameters:
group: Group
waypoint: Array
Return Value:
Nothing

Examples

Example 1:
grp setCurrentWaypoint [grp, 1]

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