Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ sdropflag
Function
sdropflag
source/src/server.cpp:1541–1545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1539
}
1540
1541
void sdropflag(int cn)
1542
{
1543
int fl = clienthasflag(cn);
1544
if(fl >= 0) flagaction(fl, FA_LOST, cn);
1545
}
1546
1547
void resetflag(int cn)
1548
{
Callers
3
updateclientteam
Function · 0.85
disconnect_client
Function · 0.85
forcedeath
Function · 0.85
Calls
2
clienthasflag
Function · 0.85
flagaction
Function · 0.85
Tested by
no test coverage detected