Difference between revisions of "NiAVObjectGetLocalTranslation"

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


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


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

Revision as of 12:41, 25 April 2010

This is a command from NifSE.

Syntax

(vector:LocalTranslation) NifGetNthChildLocalTranslation short:ChildID short:NifID

Returns the vector of the local translation of the specified Child of the root.

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

See Also