Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
459
cObjective * cScoreboard::GetObjectiveIn(eDisplaySlot a_Slot)
460
{
461
ASSERT(a_Slot < dsCount);
462
463
return m_Display[a_Slot];
464
}
465
466
467
Callers
1
SaveScoreboardToNBT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected