move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(43 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|MOVE]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.96|MOVE]]
[[Category:Scripting Commands OFP 1.46|MOVE]]
[[Category:Scripting Commands ArmA|MOVE]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]


{{Command|Comments=
|game1= ofp
____________________________________________________________________________________________
|version1= 1.00


| ofp |= Game name
|game2= ofpe
|version2= 1.00


|1.00|= Game version
|game3= arma1
|version3= 1.00


|arg= local |=
|game4= arma2
|version4= 1.00


|eff= global |=
|game5= arma2oa
____________________________________________________________________________________________
|version5= 1.50


| Let group move to given position (format [[Position]] or [[Position2D]]) without waypoint. Active waypoints will be ignored when command is used.  |DESCRIPTION=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00


| group '''move''' position |SYNTAX=
|game7= arma3
|version7= 0.50


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


|p2= position: [[Array]] - format [[Position]] (for [[Position3D]] --> [[PositionATL]] needs to be used.) |PARAMETER2=  
|eff= global


| [[Nothing]] |RETURNVALUE=
|gr1= Unit Control
____________________________________________________________________________________________
 
|x1= <code>_groupOne [[move]] [[position]] [[player]];</code> |EXAMPLE1=
____________________________________________________________________________________________
|mp= Group or unit must be local to have global effect for this command.|=MP note
|[[doMove]], [[addWaypoint]]  |SEEALSO=


}}
|descr= Let group move to given position. Active waypoints will be ignored when command is used.
 
|s1= group [[move]] position
 
|p1= group: [[Object]] or [[Group]]
 
|p2= position: [[Position#Introduction|Position2D]] or [[Position#PositionATL|PositionATL]]
 
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>_groupOne move position player;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[doMove]] [[commandMove]] [[addWaypoint]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]]

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