MCPcopy 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

getAssetAutoUnloadMethod · 0.85
getAssetInternalMethod · 0.85
getAssetPrivateMethod · 0.85

Calls 2

dSprintfFunction · 0.85
getArgBufferMethod · 0.80

Tested by

no test coverage detected