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

Method SendScoreUpdate

src/ClientHandle.cpp:2325–2328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2323
2324
2325void cClientHandle::SendScoreUpdate(const AString & a_Objective, const AString & a_Player, cObjective::Score a_Score, Byte a_Mode)
2326{
2327 m_Protocol->SendScoreUpdate(a_Objective, a_Player, a_Score, a_Mode);
2328}
2329
2330
2331

Callers 2

BroadcastScoreUpdateMethod · 0.45
SendToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected