Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetDisplayName
Method
SetDisplayName
src/Scoreboard.cpp:175–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
175
void cObjective::SetDisplayName(const AString & a_Name)
176
{
177
m_DisplayName = a_Name;
178
179
m_World->BroadcastScoreboardObjective(m_Name, m_DisplayName, 2);
180
}
181
182
183
Callers
nothing calls this directly
Calls
1
BroadcastScoreboardObjective
Method · 0.80
Tested by
no test coverage detected