move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 38: Line 38:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>_groupOne move [[position]] [[player]];</code>
|x1= <code>_groupOne move position [[player]];</code>


|seealso= [[doMove]] [[commandMove]] [[addWaypoint]]
|seealso= [[doMove]] [[commandMove]] [[addWaypoint]]
}}
}}

Revision as of 12:12, 12 May 2022

Hover & click on the images for description

Description

Description:
Let group move to given position. Active waypoints will be ignored when command is used.
Groups:
Unit Control

Syntax

Syntax:
group move position
Parameters:
group: Object or Group
position: Position2D or PositionATL
Return Value:
Nothing

Examples

Example 1:
_groupOne move position player;

Additional Information

See also:
doMove commandMove addWaypoint

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