move: Difference between revisions

From Bohemia Interactive Community
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]] or [[Group]]
'''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]]

Revision as of 03:52, 16 April 2006

back to COMREF

group move pos


Operand types:

group: Object or Group

pos: Array

Type of returned value:

Nothing

Description:

Creates a move waypoint on given position (format Position) and makes it an actual group waypoint.


Example:

groupOne move getPos player