MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / addIntString

Method addIntString

Engine/source/console/compiler.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260U32 CompilerStringTable::addIntString(U32 value)
261{
262 dSprintf(buf, sizeof(buf), "%d", value);
263 return add(buf);
264}
265
266U32 CompilerStringTable::addFloatString(F64 value)
267{

Callers 1

compileMethod · 0.80

Calls 2

dSprintfFunction · 0.85
addFunction · 0.50

Tested by

no test coverage detected