Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ fnAddConsumer
Function
fnAddConsumer
Engine/source/cinterface/c_consoleInterface.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
*/
40
41
TORQUE_API void fnAddConsumer(ConsumerCallback cb)
42
{
43
addConsumer(cb);
44
}
45
46
TORQUE_API void fnRemoveConsumer(ConsumerCallback cb)
47
{
Callers
nothing calls this directly
Calls
1
addConsumer
Function · 0.85
Tested by
no test coverage detected