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

Method clearNotify

Engine/source/console/simObject.cpp:1786–1795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784//-----------------------------------------------------------------------------
1785
1786void SimObject::clearNotify(SimObject* obj)
1787{
1788 Notify *note = obj->removeNotify((void *) this, Notify::DeleteNotify);
1789 if(note)
1790 freeNotify(note);
1791
1792 note = removeNotify((void *) obj, Notify::ClearNotify);
1793 if(note)
1794 freeNotify(note);
1795}
1796
1797//-----------------------------------------------------------------------------
1798

Callers 1

_setModeFieldMethod · 0.80

Calls 1

removeNotifyMethod · 0.80

Tested by

no test coverage detected