MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / clearAllNotifications

Method clearAllNotifications

Engine/source/environment/nodeListManager.cpp:227–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void NodeListManager::clearAllNotifications()
228{
229 for (U32 i=0; i<mNotifyList.size(); ++i)
230 {
231 delete mNotifyList[i];
232 }
233 mNotifyList.clear();
234}
235
236void NodeListManager::registerNotification( NodeListNotify* notify )
237{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected