GetAngleY - ObjectReference

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

Member of: ObjectReference Script

Gets this object's rotation around the y axis.

SyntaxEdit

float Function GetAngleY() native

ParametersEdit

None.

Return ValueEdit

This object's rotation around the y axis, in degrees.

ExamplesEdit

Debug.Trace("We are rotated " + GetAngleY() + " degrees around the Y axis")

See AlsoEdit