moveTo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">''person'' ''''' moveTo ''''' ''position''</h2>
<h2 style="color:#000066">'''''person'' moveTo ''position'''''</h2>




'''Operand types:'''
'''Operand types:'''


person: [[Object]]
'''person:''' [[Object]]


position: [[Array]]
'''position:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 24: Line 24:
'''Description:'''
'''Description:'''


Low level command to person to move to given position.  
Low level command to person to move to given position.
 
 
'''Example:'''

Revision as of 22:57, 1 July 2006



person moveTo position


Operand types:

person: Object

position: Array

Type of returned value:

Nothing

Compatibility:

Version 2.61 required.

Description:

Low level command to person to move to given position.