Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
S32 AppNode::getNumChildNodes()
57
{
58
if (mChildNodes.size() == 0)
59
buildChildList();
60
return mChildNodes.size();
61
}
62
63
AppNode * AppNode::getChildNode(S32 idx)
64
{
Callers
2
processNodeLights
Function · 0.80
recurseSubshape
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected