MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / onSceneRemove

Method onSceneRemove

Engine/source/T3D/shapeBase.cpp:1074–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072
1073
1074void ShapeBase::onSceneRemove()
1075{
1076 mConvexList->nukeList();
1077 Parent::onSceneRemove();
1078}
1079
1080bool ShapeBase::onNewDataBlock( GameBaseData *dptr, bool reload )
1081{

Callers

nothing calls this directly

Calls 1

nukeListMethod · 0.80

Tested by

no test coverage detected