setCurrentWaypoint: Difference between revisions
Jump to navigation
Jump to search
Way_bi_wiki (talk | contribs) (Added a note on Game Logic units.) |
mNo edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Group]] '''setCurrentWaypoint''' [[Waypoint]] |= Syntax | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre> | |x1= <pre>_grp setCurrentWaypoint [_grp, 1]</pre> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 07:51, 30 August 2007
Description
- Description:
- Sets the currently active waypoint for a group.
- Groups:
- Uncategorised
Syntax
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
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 units initial position waypoint.
- Way
- Does not seem to work with Game Logic as of ArmA v1.08. Crashes to desktop.