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

Method dumpEvents

Engine/source/util/messaging/eventManager.cpp:378–383  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Print all registered events to the console. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

376/// Print all registered events to the console.
377//-----------------------------------------------------------------------------
378void EventManager::dumpEvents()
379{
380 Con::printf( "%s Events", mQueue );
381 for( Vector<StringTableEntry>::const_iterator iter = mEvents.begin(); iter != mEvents.end(); iter++ )
382 Con::printf( " %s", *iter );
383}
384
385//-----------------------------------------------------------------------------
386/// Print the subscribers to an event.

Callers 1

eventManager.cppFile · 0.80

Calls 3

printfFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected