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

Method onPostAdd

Engine/source/T3D/Scene.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void Scene::onPostAdd()
93{
94 if (isMethod("onPostAdd"))
95 Con::executef(this, "onPostAdd");
96}
97
98bool Scene::_editPostEffects(void* object, const char* index, const char* data)
99{

Callers 1

readMethod · 0.45

Calls 1

executefFunction · 0.85

Tested by

no test coverage detected