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

Function getIntArg

Engine/source/console/compiledEval.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 char *getIntArg(S32 arg)
206 {
207 char *ret = STR.getArgBuffer(32);
208 dSprintf(ret, 32, "%d", arg);
209 return ret;
210 }
211
212 char* getBoolArg(bool arg)
213 {

Callers 15

getScopeSetMethod · 0.85
handleSelectMethod · 0.85
processActionMethod · 0.85
chunkReceivedMethod · 0.85
activateGhostingMethod · 0.85
getCountMethod · 0.85
on3DMouseDraggedMethod · 0.85
setSelectedNodeMethod · 0.85
on3DMouseDraggedMethod · 0.85
setSelectedNodeMethod · 0.85
on3DMouseDraggedMethod · 0.85

Calls 2

dSprintfFunction · 0.85
getArgBufferMethod · 0.80

Tested by

no test coverage detected