Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void Scene::onPostAdd()
93
{
94
if (isMethod(
"onPostAdd"
))
95
Con::executef(this,
"onPostAdd"
);
96
}
97
98
bool Scene::_editPostEffects(void* object, const char* index, const char* data)
99
{
Callers
1
read
Method · 0.45
Calls
1
executef
Function · 0.85
Tested by
no test coverage detected