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

Method registerNotification

Engine/source/environment/nodeListManager.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void NodeListManager::registerNotification( NodeListNotify* notify )
237{
238 mNotifyList.push_back( notify );
239}
240
241bool NodeListManager::dispatchNotification( U32 listId )
242{

Callers 3

unpackUpdateMethod · 0.80
unpackUpdateMethod · 0.80
unpackUpdateMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected