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

Method onRemove

Engine/source/console/simObject.cpp:1639–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637//-----------------------------------------------------------------------------
1638
1639void SimObject::onRemove()
1640{
1641 mFlags.clear(Added);
1642
1643 unlinkNamespaces();
1644}
1645
1646//-----------------------------------------------------------------------------
1647

Callers

nothing calls this directly

Calls 2

unlinkNamespacesFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected