MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getIntArg

Function getIntArg

Engine/source/console/compiledEval.cpp:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 char *getIntArg(S32 arg)
350 {
351 char *ret = STR.getArgBuffer(32);
352 dSprintf(ret, 32, "%d", arg);
353 return ret;
354 }
355
356 char* getBoolArg(bool arg)
357 {

Callers 15

inflictDamageMethod · 0.85
start_effectMethod · 0.85
start_selectronMethod · 0.85
trigger_new_phraseMethod · 0.85
performSubstitutionsMethod · 0.85
getScopeSetMethod · 0.85
processActionMethod · 0.85
chunkReceivedMethod · 0.85
activateGhostingMethod · 0.85
getCountMethod · 0.85
on3DMouseDraggedMethod · 0.85

Calls 2

dSprintfFunction · 0.85
getArgBufferMethod · 0.80

Tested by

no test coverage detected