GetAngleX - ObjectReference
Revision as of 17:03, 4 March 2010 by imported>Jlundin (→See Also)
Member of: ObjectReference Script
Gets this object's rotation around the x axis.
Syntax
float Function GetAngleX() native
Parameters
None.
Return Value
This object's rotation around the x axis, in degrees.
Examples
Debug.Trace("We are rotated " + GetAngleX() + " degrees around the X axis")