Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getFloatArg
Function
getFloatArg
Engine/source/console/compiledEval.cpp:198–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
char *getFloatArg(F64 arg)
199
{
200
char *ret = STR.getArgBuffer(32);
201
dSprintf(ret, 32,
"%g"
, arg);
202
return ret;
203
}
204
205
char *getIntArg(S32 arg)
206
{
Callers
11
TEST
Function · 0.85
updateProgress
Method · 0.85
processAction
Method · 0.85
fireBreakEvent
Method · 0.85
setSelectedNode
Method · 0.85
updatePingProgress
Function · 0.85
updateQueryProgress
Function · 0.85
onCellSelected
Method · 0.85
getFieldThreadPos
Method · 0.85
onCellSelected
Method · 0.85
onCellSelected
Method · 0.85
Calls
2
dSprintf
Function · 0.85
getArgBuffer
Method · 0.80
Tested by
1
TEST
Function · 0.68