Difference between revisions of "SetAngle"
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 17: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).