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

Method onRemove

Engine/source/T3D/entity.cpp:231–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void Entity::onRemove()
232{
233 clearComponents(true);
234
235 removeFromScene();
236
237 onDataSet.removeAll();
238
239 Parent::onRemove();
240}
241
242void Entity::onPostAdd()
243{

Callers

nothing calls this directly

Calls 1

removeAllMethod · 0.45

Tested by

no test coverage detected