GetAngleY - ObjectReference

Revision as of 18:04, 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 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")

See Also