MCPcopy 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
1541void sdropflag(int cn)
1542{
1543 int fl = clienthasflag(cn);
1544 if(fl >= 0) flagaction(fl, FA_LOST, cn);
1545}
1546
1547void resetflag(int cn)
1548{

Callers 3

updateclientteamFunction · 0.85
disconnect_clientFunction · 0.85
forcedeathFunction · 0.85

Calls 2

clienthasflagFunction · 0.85
flagactionFunction · 0.85

Tested by

no test coverage detected