MCPcopy 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.cppFile · 0.70
frameAllocator.cppFile · 0.70

Calls 2

dumpStatsMethod · 0.80
dumpAllStringsMethod · 0.80

Tested by

no test coverage detected