Difference between revisions of "NiObjectNETGetNumExtraData"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
imported>DragoonWraith
 
Line 14: Line 14:
[[Category:NifSE|ObjectNETGetNumExtraData]]
[[Category:NifSE|ObjectNETGetNumExtraData]]
[[Category:NifSE (NiObjectNET)|GetNumExtraData]]
[[Category:NifSE (NiObjectNET)|GetNumExtraData]]
[[Category:NifSE (NiExtraData)|!ObjectNETGetNumExtraData]]

Latest revision as of 23:56, 20 January 2011

This is a command from NifSE.

Syntax

(short:numExtraData) NiObjectNETGetNumExtraData short:nifID short:blockID
(short:numExtraData) NiObjNETGetNumED short:nifID short:blockID

Returns the number of NiExtraData-derived blocks attached to the specified NiObjectNET-derived block. Because blockID defaults to 0, the NIF's NiNode root, and NiNode is derived from NiObjectNET, this function can be used without the optional argument if seeking the number of NiExtraData-derived blocks attached to the root.

See Also[edit | edit source]