setPos

From Bohemia Interactive Community
Revision as of 14:36, 17 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search

back to COMREF

obj setPos pos


Operand types:

obj: Object

pos: Array

Type of returned value:

Nothing

Description:

Set object position.
Pos array format is Position.


Examples:

player setPos [ getPos player select 0, (getPos player select 1) + 10]
player setPos [ getPos this select 0, getPos this select 1, (getPos this select 2) +10]
obj1 setpos [ getPos obj1 select 0, getPos obj1 select 1, -5] .........Buries obj1 5 metres below ground level.