Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ removeobj
Method
removeobj
source/src/tools.h:468–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
void removeobj(const T &o)
469
{
470
loopi(ulen) if(buf[i]==o) remove(i--);
471
}
472
473
void replacewithlast(const T &o)
474
{
Callers
6
releasesource
Method · 0.80
shiftweapon
Function · 0.80
loopvrev
Function · 0.80
addzipmod
Function · 0.80
zipmodremove
Function · 0.80
purge
Method · 0.80
Calls
1
loopi
Function · 0.70
Tested by
no test coverage detected