GetAngleZ - ObjectReference
Revision as of 17:03, 4 March 2010 by imported>Plplecuyer (GetAnglyZ - ObjectReference moved to GetAngleZ - ObjectReference: Typo fix)
Member of: ObjectReference Script
Gets this object's rotation around the z axis.
Syntax
float Function GetAngleZ() native
Parameters
None.
Return Value
This object's rotation around the z axis, in degrees.
Examples
Debug.Trace("We are rotated " + GetAngleZ() + " degrees around the Z axis")