Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ DefineConsoleFunction
Function
DefineConsoleFunction
Engine/source/core/stringBuffer.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
};
50
51
DefineConsoleFunction( sbmDumpStats, void, (), ,
"()"
)
52
{
53
StringBufferManager::getManager().dumpStats();
54
}
55
56
DefineConsoleFunction( sbmDumpStrings, void, (), ,
"()"
)
57
{
Callers
nothing calls this directly
Calls
2
dumpStats
Method · 0.80
dumpAllStrings
Method · 0.80
Tested by
no test coverage detected