MCPcopy 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
1547void resetflag(int cn)
1548{
1549 int fl = clienthasflag(cn);
1550 if(fl >= 0) flagaction(fl, FA_RESET, -1);
1551}
1552
1553void htf_forceflag(int flag)
1554{

Callers 1

processFunction · 0.85

Calls 2

clienthasflagFunction · 0.85
flagactionFunction · 0.85

Tested by

no test coverage detected