doMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 33: Line 33:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
This command is only useful if the unit is to less than 100 meters of the Object.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 19:23, 7 June 2007

Hover & click on the images for description

Description

Description:
Order the given unit(s) to move to the given position (without radio messages).
Groups:
Uncategorised

Syntax

Syntax:
unit doMove position
Parameters:
unit: Object or Array
position: Array (format Position)
Return Value:
Nothing

Examples

Example 1:
soldier1 doMove (position "Marker1")

Additional Information

See also:
commandMove

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

This command is only useful if the unit is to less than 100 meters of the Object.

Bottom Section