This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "SetAngle"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>DragoonWraith
(See Also)
Line 5: Line 5:


Sets the object's rotation to the specified orientation along the selected axis (x, y, or z).  
Sets the object's rotation to the specified orientation along the selected axis (x, y, or z).  
 
==See Also==
 
*[[GetAngle]]
*[[GetHeadingAngle]]


[[Category: Functions]]
[[Category: Functions]]
[[Category: Movement Functions]]
[[Category: Movement Functions]]

Revision as of 18:56, 16 August 2006

Syntax:

SetAngle axis, degrees 

Example:

SetAngle x, 100 

Sets the object's rotation to the specified orientation along the selected axis (x, y, or z).

See Also