Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ SetHidden
Method
SetHidden
src/game/client/lineinput.h:167–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
bool IsHidden() const { return m_Hidden; }
167
void SetHidden(bool Hidden) { m_Hidden = Hidden; }
168
169
const char *GetEmptyText() const { return m_pEmptyText; }
170
void SetEmptyText(const char *pText) { m_pEmptyText = pText; }
Callers
2
CMenus
Method · 0.80
OnRender
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected