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

Method onLostChild

Engine/source/scene/sceneObject.cpp:2000–2000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998void SceneObject::onLostParent(SceneObject *oldParent) { onLostParent_callback(oldParent); }
1999void SceneObject::onNewChild(SceneObject *newKid) { onNewChild_callback(newKid); }
2000void SceneObject::onLostChild(SceneObject *lostKid) { onLostChild_callback(lostKid); }

Callers 1

attachToParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected