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

Method onRemove

Engine/source/sim/netObject.cpp:316–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void NetObject::onRemove()
317{
318 while(mFirstObjectRef)
319 mFirstObjectRef->connection->detachObject(mFirstObjectRef);
320
321 Parent::onRemove();
322}
323
324//-----------------------------------------------------------------------------
325

Callers

nothing calls this directly

Calls 1

detachObjectMethod · 0.45

Tested by

no test coverage detected