Difference between revisions of "SetPos"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
imported>8asrun6aer
m
 
(7 intermediate revisions by 6 users not shown)
Line 5: Line 5:


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


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Movement Functions]]
[[Category: Movement Functions]]
[[Category: Movement Functions (CS 1.0)]]
<!-- Begin Search Terms
Set
pos
End Search Terms -->
== See Also ==
* [[GetPos]]
* [[MoveTo]]
* [[SetVelocity]]

Latest revision as of 23:54, 22 December 2011

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[edit | edit source]