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

Method onRemove

Engine/source/console/simObject.cpp:1493–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491//-----------------------------------------------------------------------------
1492
1493void SimObject::onRemove()
1494{
1495 mFlags.clear(Added);
1496
1497 unlinkNamespaces();
1498}
1499
1500//-----------------------------------------------------------------------------
1501

Callers

nothing calls this directly

Calls 2

unlinkNamespacesFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected