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

Method GetObjectiveIn

src/Scoreboard.cpp:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459cObjective * cScoreboard::GetObjectiveIn(eDisplaySlot a_Slot)
460{
461 ASSERT(a_Slot < dsCount);
462
463 return m_Display[a_Slot];
464}
465
466
467

Callers 1

SaveScoreboardToNBTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected