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

Method onAdd

Engine/source/T3D/fx/splash.cpp:152–158  ·  view source on GitHub ↗

-------------------------------------------------------------------------- On add - verify data settings --------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

150// On add - verify data settings
151//--------------------------------------------------------------------------
152bool SplashData::onAdd()
153{
154 if (Parent::onAdd() == false)
155 return false;
156
157 return true;
158}
159
160//--------------------------------------------------------------------------
161// Pack data

Callers

nothing calls this directly

Calls 10

addObjectToSceneMethod · 0.80
randIMethod · 0.60
errorfFunction · 0.50
warnfFunction · 0.50
Point3FClass · 0.50
getFunction · 0.50
onNewDataBlockMethod · 0.45
registerObjectMethod · 0.45
getNameMethod · 0.45
addObjectMethod · 0.45

Tested by

no test coverage detected