Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getBoolArg
Function
getBoolArg
Engine/source/console/compiledEval.cpp:356–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
}
355
356
char* getBoolArg(bool arg)
357
{
358
char *ret = STR.getArgBuffer(32);
359
dSprintf(ret, 32,
"%d"
, arg);
360
return ret;
361
}
362
363
char *getStringArg(const char *arg)
364
{
Callers
3
getAssetAutoUnload
Method · 0.85
getAssetInternal
Method · 0.85
getAssetPrivate
Method · 0.85
Calls
2
dSprintf
Function · 0.85
getArgBuffer
Method · 0.80
Tested by
no test coverage detected