Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getIntArg
Function
getIntArg
Engine/source/console/compiledEval.cpp:349–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
char *getIntArg(S32 arg)
350
{
351
char *ret = STR.getArgBuffer(32);
352
dSprintf(ret, 32,
"%d"
, arg);
353
return ret;
354
}
355
356
char* getBoolArg(bool arg)
357
{
Callers
15
inflictDamage
Method · 0.85
start_effect
Method · 0.85
start_selectron
Method · 0.85
trigger_new_phrase
Method · 0.85
performSubstitutions
Method · 0.85
getScopeSet
Method · 0.85
processAction
Method · 0.85
chunkReceived
Method · 0.85
handleConnectionMessage
Method · 0.85
activateGhosting
Method · 0.85
getCount
Method · 0.85
on3DMouseDragged
Method · 0.85
Calls
2
dSprintf
Function · 0.85
getArgBuffer
Method · 0.80
Tested by
no test coverage detected