Difference between revisions of "NiAVObjectGetLocalRotation"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
imported>DragoonWraith
Line 6: Line 6:
Returns the matrix of the local rotation of the specified Child of the root node.
Returns the matrix of the local rotation of the specified Child of the root node.


The matrix is a 3x3 array of floats.
The matrix is a 3x3 array of floats, with the format <nowiki>[x y z]</nowiki>.


== See Also ==
== See Also ==

Revision as of 12:40, 25 April 2010

This is a command from NifSE.

Syntax

(matrix:LocalRotation) NifGetNthChildLocalRotation short:ChildID short:NifID

Returns the matrix of the local rotation of the specified Child of the root node.

The matrix is a 3x3 array of floats, with the format [x y z].

See Also


External Links