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

Function Con_RemoveConsumer

Engine/source/cinterface/c_consoleInterface.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void Con_RemoveConsumer(ConsumerCallback cb)
85 {
86 Con::removeConsumer(cb);
87 }
88
89 void Con_AddCommand_String(StringCallback cb, const char *nameSpace, const char *funcName, const char* usage, S32 minArgs, S32 maxArgs)
90 {

Callers

nothing calls this directly

Calls 1

removeConsumerFunction · 0.85

Tested by

no test coverage detected