MCPcopy 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
109void calcteamscores(int scores[4])

Callers 3

calcteamscoresFunction · 0.80
renderscoresFunction · 0.80
winnersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected