move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (named params)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofp
|game1= ofp


|1.00
|version1= 1.00


|arg= local
|arg= local
Line 11: Line 11:
|gr1= Unit Control
|gr1= Unit Control


| Let group move to given position. Active waypoints will be ignored when command is used.
|descr= Let group move to given position. Active waypoints will be ignored when command is used.


| group [[move]] position
|s1= group [[move]] position


|p1= group: [[Object]] or [[Group]]
|p1= group: [[Object]] or [[Group]]
Line 19: Line 19:
|p2= position: [[Position2D]] or [[PositionATL]]
|p2= position: [[Position2D]] or [[PositionATL]]


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


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



Revision as of 10:38, 4 February 2021

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:
doMovecommandMoveaddWaypoint

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