commandMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 14: Line 14:
| unitName '''commandMove''' position|= Syntax
| unitName '''commandMove''' position|= Syntax


|p1= unitName: [[Object]] |= Parameter 1
|p1= unitName: [[Object]] or [[Array]] |= Parameter 1


|p2=  position: ([[Array]]) - format [[Position]]|= Parameter 2
|p2=  position: ([[Array]]) - format [[Position]]|= Parameter 2

Revision as of 18:00, 21 January 2009

Hover & click on the images for description

Description

Description:
Order the given unit(s) to move to the given location (via the radio).
Groups:
Uncategorised

Syntax

Syntax:
unitName commandMove position
Parameters:
unitName: Object or Array
position: (Array) - format Position
Return Value:
Nothing

Examples

Example 1:
_soldier1 commandMove (getMarkerPos "Marker1") 

Additional Information

See also:
doMove

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

Bottom Section