setPosASL: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETPOSASL]]
[[Category:Scripting Commands ArmA|SETPOSASL]]


<new command not populated>


<h2 style="color:#000066">'''''obj'' setPosASL ''pos'''''</h2>


<h2 style="color:#000066">''''' setPosASL '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''obj:''' [[Object]]
 
'''pos:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.53 required.


'''Description:'''
'''Description:'''


Sets the object position. The pos array uses the [[PositionASL]] format.


'''Example:'''
'''Example:'''
player '''setPosASL''' [getposASL player select 0, getposASL player select 1 + 10, getPosASL select 2]

Revision as of 16:56, 4 July 2006


obj setPosASL pos


Operand types:

obj: Object

pos: Array

Type of returned value:

Nothing

Compatibility:

Version 2.53 required.

Description:

Sets the object position. The pos array uses the PositionASL format.

Example:

player setPosASL [getposASL player select 0, getposASL player select 1 + 10, getPosASL select 2]