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