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

Method getChildNode

Engine/source/ts/loader/appNode.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63AppNode * AppNode::getChildNode(S32 idx)
64{
65 return (idx < getNumChildNodes() && idx >= 0) ? mChildNodes[idx] : NULL;
66}
67
68bool AppNode::isBillboard()
69{

Callers 2

processNodeLightsFunction · 0.80
recurseSubshapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected