MCPcopy Create free account
hub / github.com/assaultcube/AC / intret

Function intret

source/src/command.cpp:455–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453VARN(numargs, _numargs, MAXWORDS, 0, 0);
454
455void intret(int v)
456{
457 string t;
458 itoa(t, v);
459 commandret = newstring(t);
460}
461
462const char *floatstr(float v, bool neat)
463{

Callers 15

closestenttypeFunction · 0.85
world.cppFile · 0.85
unlistdeletedentityFunction · 0.85
addentityFunction · 0.85
mapsizeFunction · 0.85
texture.cppFile · 0.85
glextFunction · 0.85
mapmodelFunction · 0.85
client.cppFile · 0.85
authsetupFunction · 0.85
addfavcategoryFunction · 0.85
command.cppFile · 0.85

Calls 1

newstringFunction · 0.85

Tested by

no test coverage detected