move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (description)
m (format)
Line 29: Line 29:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>groupOne move [[position]] [[player]]</code> |= Example 1
|x1= <code>_groupOne [[move]] [[position]] [[player]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________
|mp= Group or unit must be local to have global effect for this command.|=MP note
|mp= Group or unit must be local to have global effect for this command.|=MP note

Revision as of 16:53, 30 August 2014


Hover & click on the images for description

Description

Description:
Creates a move waypoint on the given position (format Position or Position2D) and makes it the currently active group waypoint.
Multiplayer:
Group or unit must be local to have global effect for this command.
Groups:
Uncategorised

Syntax

Syntax:
group move position
Parameters:
group: Object or Group
position: Array - format Position
Return Value:
Nothing

Examples

Example 1:
_groupOne move position player;

Additional Information

See also:
doMoveaddWaypoint

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