move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "|= Game name" to "|Game name=")
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| ofp |Game name=


|1.00|Game version=
|1.00|Game version=

Revision as of 15:27, 1 September 2019


Hover & click on the images for description

Description

Description:
Let group move to given position (format Position or Position2D) without waypoint. Active waypoints will be ignored when command is used.
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 (for Position3D --> PositionATL needs to be used.)
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