move: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| ofp | | ofp | ||
|1.00 | |1.00 | ||
|arg= local |MParg= | |arg= local |MParg= | ||
Line 9: | Line 9: | ||
|eff= global |MPeff= | |eff= global |MPeff= | ||
|gr1= Unit Control | |gr1= Unit Control | ||
| Let group move to given position. Active waypoints will be ignored when command is used. | | Let group move to given position. Active waypoints will be ignored when command is used. | ||
| group [[move]] position | | group [[move]] position | ||
|p1= group: [[Object]] or [[Group]] | |p1= group: [[Object]] or [[Group]] | ||
|p2= position: [[Position2D]] or [[PositionATL]] | |p2= position: [[Position2D]] or [[PositionATL]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>_groupOne [[move]] [[position]] [[player]];</code> | |x1= <code>_groupOne [[move]] [[position]] [[player]];</code> | ||
|[[doMove]], [[addWaypoint]] | |[[doMove]], [[addWaypoint]] | ||
}} | }} | ||
Revision as of 01:04, 18 January 2021
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
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Unit Control
- Scripting Commands: Global Effect
- Scripting Commands OFP 1.46
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.99
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands