setPosASL

From Bohemia Interactive Community
Revision as of 21:43, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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]