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

Function addConsumer

Engine/source/console/console.cpp:928–931  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

926
927//---------------------------------------------------------------------------
928void addConsumer(ConsumerCallback consumer)
929{
930 gConsumers.push_back(consumer);
931}
932
933// dhc - found this empty -- trying what I think is a reasonable impl.
934void removeConsumer(ConsumerCallback consumer)

Callers 7

TelnetConsoleMethod · 0.85
initFunction · 0.85
initMethod · 0.85
TelnetDebuggerMethod · 0.85
fnAddConsumerFunction · 0.85
StdConsoleMethod · 0.85
WinConsoleMethod · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected