MCPcopy Create free account
hub / github.com/cuberite/cuberite / ResetScore

Method ResetScore

src/Scoreboard.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136void cObjective::ResetScore(const AString & a_Name)
137{
138 m_Scores.erase(a_Name);
139
140 m_World->BroadcastScoreUpdate(m_Name, a_Name, 0, 1);
141}
142
143
144

Callers

nothing calls this directly

Calls 1

BroadcastScoreUpdateMethod · 0.80

Tested by

no test coverage detected