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

Method onRemove

Engine/source/afx/afxSelectron.cpp:452–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void afxSelectron::onRemove()
453{
454 getContainer()->removeObject(this);
455 Parent::onRemove();
456}
457
458//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
459

Callers

nothing calls this directly

Calls 2

getContainerFunction · 0.50
removeObjectMethod · 0.45

Tested by

no test coverage detected