move: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#M|COMREF]] | |||
<h2 style="color:#000066">''group '''''move ''pos'''''</h2> | <h2 style="color:#000066">''group '''''move ''pos'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
group: [[Object | '''group:''' [[Object or Group]] | ||
pos: [[Array]] | '''pos:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Creates a move waypoint on given position (format Position) and makes it an actual group waypoint. | Creates a move waypoint on given position (format [[Position]]) and makes it an actual group waypoint. | ||
'''Example:''' | '''Example:''' | ||
groupOne '''move''' getPos player | groupOne '''move''' [[getPos]] [[player]] |