GetAngleX - ObjectReference

Revision as of 18:03, 4 March 2010 by imported>Jlundin (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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")

See Also