Difference between revisions of "SetAngle"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Entim
(clarified)
imported>Haama
(CS 1.0 stuff)
Line 10: Line 10:
*[[GetAngle]]
*[[GetAngle]]
*[[GetHeadingAngle]]  
*[[GetHeadingAngle]]  


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Movement Functions]]
[[Category: Movement Functions]]
[[Category: Movement Functions (CS 1.0)]]

Revision as of 15:02, 8 August 2007

Syntax:

SetAngle axis, degrees 

Example:

SetAngle x, 100 

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

See Also