move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofp |Game name=
| ofp


|1.00|Game version=
|1.00


|arg= local |MParg=
|arg= local |MParg=
Line 9: Line 9:
|eff= global |MPeff=
|eff= global |MPeff=


|gr1= Unit Control |GROUP1=
|gr1= Unit Control


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


| group [[move]] position |SYNTAX=
| group [[move]] position


|p1= group: [[Object]] or [[Group]] |PARAMETER1=
|p1= group: [[Object]] or [[Group]]


|p2= position: [[Position2D]] or [[PositionATL]] |PARAMETER2=
|p2= position: [[Position2D]] or [[PositionATL]]


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


|[[doMove]], [[addWaypoint]] |SEEALSO=
|[[doMove]], [[addWaypoint]]
}}
}}



Revision as of 02:04, 18 January 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:
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