MCPcopy 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

getAssetAutoUnloadMethod · 0.85
getAssetInternalMethod · 0.85
getAssetPrivateMethod · 0.85

Calls 2

dSprintfFunction · 0.85
getArgBufferMethod · 0.80

Tested by

no test coverage detected