doMove: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#D|COMREF]] | |||
<h2 style="color:#000066">'''doMove ''postion'''''</h2> | <h2 style="color:#000066">'''doMove ''postion'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
position: [[Array]] | '''position:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Order unit to move to given position (format [[Position]]) (silent). | Order unit to move to given position (format [[Position]]) (silent). | ||
'''Example:''' | '''Example:''' | ||
soldierOne '''doMove''' getMarkerPos "MarkerMoveOne" | soldierOne '''doMove''' [[getMarkerPos]] "MarkerMoveOne" |
Revision as of 11:19, 16 April 2006
back to COMREF
doMove postion
Operand types:
position: Array
Type of returned value:
Description:
Order unit to move to given position (format Position) (silent).
Example:
soldierOne doMove getMarkerPos "MarkerMoveOne"