Difference between revisions of "SetPos"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vswe
m (Added Search Terms)
imported>DragoonWraith
(→‎See Also: GetPos)
Line 17: Line 17:
  pos
  pos
End Search Terms -->
End Search Terms -->
== See Also ==
* [[GetPos]]

Revision as of 16:00, 21 September 2008

Syntax:

SetPos axis, pos 

Example:

SetPos y, 100.56 

Changes the object's world-position along the specified axis (x, y, z). Position is a float.


See Also