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

Method addIntString

Engine/source/console/compiler.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171U32 CompilerStringTable::addIntString(U32 value)
172{
173 dSprintf(buf, sizeof(buf), "%d", value);
174 return add(buf);
175}
176
177U32 CompilerStringTable::addFloatString(F64 value)
178{

Callers 1

compileMethod · 0.80

Calls 2

dSprintfFunction · 0.85
addFunction · 0.50

Tested by

no test coverage detected