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

Method onRemove

Engine/source/T3D/physicalZone.cpp:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213void PhysicalZone::onRemove()
214{
215 mConvexList->nukeList();
216
217 removeFromScene();
218 Parent::onRemove();
219}
220
221void PhysicalZone::inspectPostApply()
222{

Callers

nothing calls this directly

Calls 1

nukeListMethod · 0.80

Tested by

no test coverage detected