MCPcopy Create free account
hub / github.com/ddnet/ddnet / SetEmptyText

Method SetEmptyText

src/game/client/lineinput.h:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169 const char *GetEmptyText() const { return m_pEmptyText; }
170 void SetEmptyText(const char *pText) { m_pEmptyText = pText; }
171
172 void SetClipboardLineCallback(const FClipboardLineCallback &pfnClipboardLineCallback) { m_pfnClipboardLineCallback = pfnClipboardLineCallback; }
173 void SetDisplayTextCallback(const FDisplayTextCallback &pfnDisplayTextCallback) { m_pfnDisplayTextCallback = pfnDisplayTextCallback; }

Callers 6

DoEditBox_SearchMethod · 0.80
RenderPopupFullscreenMethod · 0.80
RenderSettingsPlayerMethod · 0.80
RenderSettingsTeeMethod · 0.80
RenderSettingsDDNetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected