Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
void NodeListManager::registerNotification( NodeListNotify* notify )
237
{
238
mNotifyList.push_back( notify );
239
}
240
241
bool NodeListManager::dispatchNotification( U32 listId )
242
{
Callers
3
unpackUpdate
Method · 0.80
unpackUpdate
Method · 0.80
unpackUpdate
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected