Difference between revisions of "NiNodeGetNumChildren"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
Tag: Manual revert
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
== See Also ==
== See Also ==
* [[NiNodeGetChildren]]
* [[NiNodeGetChildren]]
* [[NiNodeGetChildByName]]
* [[NiNodeDeleteChild]]
* [[NiNodeDeleteChild]]


[[Category:NifSE|NodeGetNumChildren]]
[[Category:NifSE|NodeGetNumChildren]]
[[Category:NifSE (NiNode)|GetNumChildren]]
[[Category:NifSE (NiNode)|GetNumChildren]]

Latest revision as of 12:00, 21 December 2023

This is a command from NifSE.

Syntax

(short:numChildren) NiNodeGetNumChildren short:nifID short:blockID

Returns the number of children associated with the indicated NiNode; a NIF's root is a NiNode, so this function may be used without specifying blockID, which defaults to 0, when dealing with the root node.

See Also[edit | edit source]