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