Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
453
VARN(numargs, _numargs, MAXWORDS, 0, 0);
454
455
void intret(int v)
456
{
457
string t;
458
itoa(t, v);
459
commandret = newstring(t);
460
}
461
462
const char *floatstr(float v, bool neat)
463
{
Callers
15
closestenttype
Function · 0.85
world.cpp
File · 0.85
unlistdeletedentity
Function · 0.85
addentity
Function · 0.85
mapsize
Function · 0.85
texture.cpp
File · 0.85
glext
Function · 0.85
mapmodel
Function · 0.85
client.cpp
File · 0.85
authsetup
Function · 0.85
addfavcategory
Function · 0.85
command.cpp
File · 0.85
Calls
1
newstring
Function · 0.85
Tested by
no test coverage detected