Difference between revisions of "GetAngleX - ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
(No difference)

Revision as of 17:03, 4 March 2010

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