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

Method onAdd

Engine/source/T3D/projectile.cpp:331–337  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

329
330//--------------------------------------------------------------------------
331bool ProjectileData::onAdd()
332{
333 if(!Parent::onAdd())
334 return false;
335
336 return true;
337}
338
339
340bool ProjectileData::preload(bool server, String &errorStr)

Callers

nothing calls this directly

Calls 14

errorfFunction · 0.50
findObjectFunction · 0.50
warnfFunction · 0.50
Box3FClass · 0.50
Point3FClass · 0.50
addThreadMethod · 0.45
setTimeScaleMethod · 0.45
setSequenceMethod · 0.45
onNewDataBlockMethod · 0.45
registerObjectMethod · 0.45
getNameMethod · 0.45
isValidMethod · 0.45

Tested by

no test coverage detected