move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(68 intermediate revisions by 20 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|MOVE]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.97|MOVE]]
[[Category:Scripting Commands OFP 1.46|MOVE]]
[[Category:Scripting Commands ArmA|MOVE]]


|game1= ofp
|version1= 1.00


<h2 style="color:#000066">'''''group'' move ''pos'''''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


'''group:''' [[Object or Group]]
|game5= arma2oa
|version5= 1.50


'''pos:''' [[Array]]
|game6= tkoh
|version6= 1.00


'''Type of returned value:'''
|game7= arma3
|version7= 0.50


[[Nothing]]
|arg= local


'''Description:'''
|eff= global


Creates a move waypoint on given position (format [[Position]]) and makes it an actual group waypoint.
|gr1= Unit Control


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


'''Example:'''
|s1= group [[move]] position


groupOne '''move''' [[getPos]] [[player]]
|p1= group: [[Object]] or [[Group]]
 
|p2= position: [[Position#Introduction|Position2D]] or [[Position#PositionATL|PositionATL]]
 
|r1= [[Nothing]]
 
|x1= <sqf>_groupOne move position player;</sqf>
 
|seealso= [[doMove]] [[commandMove]] [[addWaypoint]]
}}

Latest revision as of 11:23, 13 May 2022

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:
doMove commandMove addWaypoint

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