commandMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "| mp=" to "|mp=")
Line 23: Line 23:
|x1= <code>_soldier1 [[commandMove]] ([[getMarkerPos]] "Marker1") </code>
|x1= <code>_soldier1 [[commandMove]] ([[getMarkerPos]] "Marker1") </code>


| mp= This command is only effective when used on local units. When used on a remote unit, this command will create radio dialogue on the machine the unit is local to, but the unit will not move.
|mp= This command is only effective when used on local units. When used on a remote unit, this command will create radio dialogue on the machine the unit is local to, but the unit will not move.


| [[doMove]], [[setDestination]], [[moveTo]], [[move]], [[addWaypoint]]
| [[doMove]], [[setDestination]], [[moveTo]], [[move]], [[addWaypoint]]

Revision as of 14:23, 25 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Multiplayer:
This command is only effective when used on local units. When used on a remote unit, this command will create radio dialogue on the machine the unit is local to, but the unit will not move.
Groups:
Groups

Syntax

Syntax:
Syntax needed
Parameters:
unitName: Object or Array
position: Array - format Position
Return Value:
Return value needed

Examples

Example 1:
_soldier1 commandMove (getMarkerPos "Marker1")

Additional Information

See also:
See also needed

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