Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ addscore
Method
addscore
source/src/scoreboard.cpp:101–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void addscore(discscore &d)
102
{
103
frags += d.frags;
104
deaths += d.deaths;
105
if(m_flags_) flagscore += d.flags;
106
}
107
};
108
109
void calcteamscores(int scores[4])
Callers
3
calcteamscores
Function · 0.80
renderscores
Function · 0.80
winners
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected