Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ remove
Method
remove
source/src/tools.h:448–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
void remove(int i, int n)
449
{
450
for(int p = i+n; p<ulen; p++) buf[p-n] = buf[p];
451
ulen -= n;
452
}
453
454
T remove(int i)
455
{
Callers
15
undelent
Function · 0.45
unlistdeletedentity
Function · 0.45
cleartodoentities
Function · 0.45
gettexturelist
Function · 0.45
loopvrev
Function · 0.45
deletetextureslot
Function · 0.45
sorttextureslots
Function · 0.45
loopv
Function · 0.45
loopvrev
Function · 0.45
sl_detachthread
Function · 0.45
logworkerthread
Function · 0.45
poll_logbuffers
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected