Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getBoolArg
Function
getBoolArg
Engine/source/console/compiledEval.cpp:212–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
char* getBoolArg(bool arg)
213
{
214
char *ret = STR.getArgBuffer(32);
215
dSprintf(ret, 32,
"%d"
, arg);
216
return ret;
217
}
218
219
char *getStringArg( const char *arg )
220
{
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