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

Function addConsumer

Engine/source/console/console.cpp:876–879  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

874
875//---------------------------------------------------------------------------
876void addConsumer(ConsumerCallback consumer)
877{
878 gConsumers.push_back(consumer);
879}
880
881// dhc - found this empty -- trying what I think is a reasonable impl.
882void removeConsumer(ConsumerCallback consumer)

Callers 7

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

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected