Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ addFloatString
Method
addFloatString
Engine/source/console/compiler.cpp:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
U32 CompilerStringTable::addFloatString(F64 value)
178
{
179
dSprintf(buf, sizeof(buf),
"%g"
, value);
180
return add(buf);
181
}
182
183
void CompilerStringTable::reset()
184
{
Callers
1
compile
Method · 0.80
Calls
2
dSprintf
Function · 0.85
add
Function · 0.50
Tested by
no test coverage detected