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

Method onRemove

Engine/source/module/moduleManager.cpp:129–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127//-----------------------------------------------------------------------------
128
129void ModuleManager::onRemove()
130{
131 // Clear database.
132 clearDatabase();
133
134 // Unregister object.
135 mNotificationListeners.unregisterObject();
136
137 // Call parent.
138 Parent::onRemove();
139}
140
141//-----------------------------------------------------------------------------
142

Callers

nothing calls this directly

Calls 1

unregisterObjectMethod · 0.45

Tested by

no test coverage detected