Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ Con_AddConsumer
Function
Con_AddConsumer
Engine/source/cinterface/c_consoleInterface.cpp:79–82 ·
view source on GitHub ↗
Con C interface
Source
from the content-addressed store, hash-verified
77
78
// Con C interface
79
void Con_AddConsumer(ConsumerCallback cb)
80
{
81
Con::addConsumer(cb);
82
}
83
84
void Con_RemoveConsumer(ConsumerCallback cb)
85
{
Callers
nothing calls this directly
Calls
1
addConsumer
Function · 0.85
Tested by
no test coverage detected