Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ freebotent
Function
freebotent
source/src/clientgame.cpp:500–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
}
499
500
void freebotent(botent *d)
501
{
502
loopv(players) if(players[i]==d)
503
{
504
DELETEP(players[i]);
505
players.remove(i);
506
}
507
}
508
509
VAR(lastpm, 1, -1, 0);
510
void zapplayer(playerent *&d)
Callers
2
loopv
Function · 0.85
kickbot
Function · 0.85
Calls
2
loopv
Function · 0.70
remove
Method · 0.45
Tested by
no test coverage detected