Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getIntArg
Function
getIntArg
Engine/source/console/compiledEval.cpp:205–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
char *getIntArg(S32 arg)
206
{
207
char *ret = STR.getArgBuffer(32);
208
dSprintf(ret, 32,
"%d"
, arg);
209
return ret;
210
}
211
212
char* getBoolArg(bool arg)
213
{
Callers
15
getScopeSet
Method · 0.85
handleSelect
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
setSelectedNode
Method · 0.85
on3DMouseDragged
Method · 0.85
setSelectedNode
Method · 0.85
on3DMouseDragged
Method · 0.85
Calls
2
dSprintf
Function · 0.85
getArgBuffer
Method · 0.80
Tested by
no test coverage detected