Difference between revisions of "NiAVObjectGetLocalTransform"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(New page: This is a command from NifSE. '''Syntax''' (matrix:LocalTransform) NifGetNthChildLocalTransform short:ChildID short:NifID Returns the local transform matrix for the ...)
 
imported>DragoonWraith
Line 10: Line 10:
== See Also ==
== See Also ==
* [[NifSetNthChildLocalTransformTEMP]]
* [[NifSetNthChildLocalTransformTEMP]]


* [[NifGetNthChildLocalTranslation]]
* [[NifGetNthChildLocalTranslation]]

Revision as of 12:38, 25 April 2010

This is a command from NifSE.

Syntax

(matrix:LocalTransform) NifGetNthChildLocalTransform short:ChildID short:NifID

Returns the local transform matrix for the specified Child of the root of the nif.

The matrix is a 4x4 array of float values.

See Also