GetAngleZ - ObjectReference

From the CreationKit Wiki
Revision as of 18:03, 4 March 2010 by imported>Jlundin (GetAnglyZ - ObjectReference moved to GetAngleZ - ObjectReference: Typo fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

See Also