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

Method onRemove

Engine/source/T3D/trigger.cpp:452–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void Trigger::onRemove()
453{
454 onRemove_callback( getId() );
455
456 mConvexList->nukeList();
457
458 removeFromScene();
459 Parent::onRemove();
460}
461
462bool Trigger::onNewDataBlock( GameBaseData *dptr, bool reload )
463{

Callers

nothing calls this directly

Calls 1

nukeListMethod · 0.80

Tested by

no test coverage detected