move: Difference between revisions
Jump to navigation
Jump to search
(this command does not create a waypoint at all. You can check this if you make all waypoints in a mission visible) |
m (template:command argument fix) |
||
Line 17: | Line 17: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Let group move to given position (format [[Position]] or [[Position2D]]) without waypoint. Active waypoints will be ignored when command is used. |= | | Let group move to given position (format [[Position]] or [[Position2D]]) without waypoint. Active waypoints will be ignored when command is used. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| group '''move''' position |= | | group '''move''' position |SYNTAX= | ||
|p1= group: [[Object]] or [[Group]] |= | |p1= group: [[Object]] or [[Group]] |PARAMETER1= | ||
|p2= position: [[Array]] - format [[Position]] (for [[Position3D]] --> [[PositionATL]] needs to be used.) |= | |p2= position: [[Array]] - format [[Position]] (for [[Position3D]] --> [[PositionATL]] needs to be used.) |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_groupOne [[move]] [[position]] [[player]];</code> |= | |x1= <code>_groupOne [[move]] [[position]] [[player]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|mp= Group or unit must be local to have global effect for this command.|=MP note | |mp= Group or unit must be local to have global effect for this command.|=MP note | ||
|[[doMove]], [[addWaypoint]] |= | |[[doMove]], [[addWaypoint]] |SEEALSO= | ||
}} | }} |
Revision as of 14:43, 7 April 2019
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
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
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Unit Control
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands OFP 1.99
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Waypoints