setCurrentWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added waypoints to see also)
m (works on local groups)
Line 5: Line 5:


|1.05|= Game version
|1.05|= Game version
|arg= local |= Arguments in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 28: Line 31:
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt>
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt>
<dd class="note">
<dd class="note">
Note that a waypoints number as seen in the mission editor is not the same as it's waypoint number using this command. In the mission editor, waypoint 0 refers to the first placed waypoint, whereas waypoint 0 with the setCurrentWaypoint command refers to the units initial position waypoint.</dd>
Note that a waypoints number as seen in the mission editor is not the same as it's waypoint number using this command. In the mission editor, waypoint 0 refers to the first placed waypoint, whereas waypoint 0 with the setCurrentWaypoint command refers to the unit's initial position waypoint.</dd>


<dd class="notedate"></dd>
<dd class="notedate"></dd>

Revision as of 13:03, 26 November 2008

-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
Return Value:
Nothing

Examples

Example 1:
_grp setCurrentWaypoint [_grp, 1]

Additional Information

See also:
waypoints

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

Ceeeb
Note that a waypoints number as seen in the mission editor is not the same as it's waypoint number using this command. In the mission editor, waypoint 0 refers to the first placed waypoint, whereas waypoint 0 with the setCurrentWaypoint command refers to the unit's initial position waypoint.
Way
Does not seem to work with Game Logic as of ArmA v1.08. Crashes to desktop.