move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(this command does not create a waypoint at all. You can check this if you make all waypoints in a mission visible)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Creates a move waypoint on the given position (format [[Position]] or [[Position2D]]) and makes it the currently active group waypoint. |= Description
| Let group move to given position (format [[Position]] or [[Position2D]]) without waypoint. Active waypoints will be ignored when command is used.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 24: Line 24:
|p1= group: [[Object]] or [[Group]] |= Parameter 1
|p1= group: [[Object]] or [[Group]] |= Parameter 1


|p2= position: [[Array]] - format [[Position]] |= Parameter 2
|p2= position: [[Array]] - format [[Position]] (for [[Position3D]] --> [[PositionATL]] needs to be used.) |= Parameter 2  


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 18:41, 10 April 2017


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