Difference between revisions of "NiObjectGetType"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
imported>Qazaaq
 
Line 9: Line 9:
== See Also ==
== See Also ==
* [[NiObjectGetTypeName]]
* [[NiObjectGetTypeName]]
* [[GetNifTypeIndex]]


[[Category:NifSE|ObjectGetType]]
[[Category:NifSE|ObjectGetType]]
[[Category:NifSE (NiObject)|GetType]]
[[Category:NifSE (NiObject)|GetType]]

Latest revision as of 05:43, 9 October 2010

This is a command from NifSE.

Syntax

(short:typeID) NiObjectGetType short:nifID short:blockID
(short:typeID) NiObjGetType short:nifID short:blockID

Returns the Type Index of the specified block. The default value of blockID, 0, refers to the Nif's root, whose type should usually be NiNode.

See Also[edit | edit source]