Difference between revisions of "NiObjectGetType"
Jump to navigation
Jump to search
imported>DragoonWraith m (NifGetNthChildType moved to NiObjectGetType: replacement function.) |
imported>Qazaaq (→See Also: added GetNifTypeIndex) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
'''Syntax''' | '''Syntax''' | ||
( | (short:typeID) NiObjectGetType short:nifID ''short:blockID'' | ||
(short:typeID) NiObjGetType short:nifID ''short:blockID'' | |||
Returns the Type | Returns the Type Index of the specified block. The default value of <tt>blockID</tt>, 0, refers to the Nif's root, whose type should usually be <tt>NiNode</tt>. | ||
== See Also == | == See Also == | ||
* [[ | * [[NiObjectGetTypeName]] | ||
* [[GetNifTypeIndex]] | |||
[[Category:NifSE| | [[Category:NifSE|ObjectGetType]] | ||
[[Category:NifSE ( | [[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.