Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
void Trigger::onRemove()
453
{
454
onRemove_callback( getId() );
455
456
mConvexList->nukeList();
457
458
removeFromScene();
459
Parent::onRemove();
460
}
461
462
bool Trigger::onNewDataBlock( GameBaseData *dptr, bool reload )
463
{
Callers
nothing calls this directly
Calls
1
nukeList
Method · 0.80
Tested by
no test coverage detected