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

Method SetDisplay

src/Scoreboard.cpp:434–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434void cScoreboard::SetDisplay(const AString & a_Objective, eDisplaySlot a_Slot)
435{
436 ASSERT(a_Slot < dsCount);
437
438 cObjective * Objective = GetObjective(a_Objective);
439
440 SetDisplay(Objective, a_Slot);
441}
442
443
444

Callers 1

LoadScoreboardFromNBTMethod · 0.80

Calls 2

GetNameMethod · 0.45

Tested by

no test coverage detected