Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ resetflag
Function
resetflag
source/src/server.cpp:1547–1551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1545
}
1546
1547
void resetflag(int cn)
1548
{
1549
int fl = clienthasflag(cn);
1550
if(fl >= 0) flagaction(fl, FA_RESET, -1);
1551
}
1552
1553
void htf_forceflag(int flag)
1554
{
Callers
1
process
Function · 0.85
Calls
2
clienthasflag
Function · 0.85
flagaction
Function · 0.85
Tested by
no test coverage detected