Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ flagscore
Function
flagscore
source/src/entities.cpp:521–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
}
520
521
void flagscore(int fln)
522
{
523
flaginfo &f = flaginfos[fln];
524
f.ack = false;
525
addmsg(SV_FLAGACTION,
"rii"
, FA_SCORE, f.team);
526
}
527
528
// flag ent actions from the net
529
Callers
1
trypickupflag
Function · 0.85
Calls
1
addmsg
Function · 0.85
Tested by
no test coverage detected