MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getNumChildNodes

Method getNumChildNodes

Engine/source/ts/loader/appNode.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56S32 AppNode::getNumChildNodes()
57{
58 if (mChildNodes.size() == 0)
59 buildChildList();
60 return mChildNodes.size();
61}
62
63AppNode * AppNode::getChildNode(S32 idx)
64{

Callers 2

processNodeLightsFunction · 0.80
recurseSubshapeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected