doMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 32: Line 32:
<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
<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. Because more than 100 meters don´t work. [Praxtor]
 
<dd class="notedate">Posted on July 3, 2007 - 14:32</dd>
<dt class="note">'''[[User:Praxtor|Praxtor]]'''</dt><dd class="note">''Notes from before the conversion:''
 
If the distance between the Object and the Ia is more than 100 Meters, the command dont work, the Ia stay stoped.
</dd>
 
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>



Revision as of 08:25, 9 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

Posted on July 3, 2007 - 14:32
Praxtor
Notes from before the conversion: If the distance between the Object and the Ia is more than 100 Meters, the command dont work, the Ia stay stoped.

Bottom Section