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

Method TextRender

src/game/client/ui.cpp:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103IGraphics *CUIElementBase::Graphics() const { return ms_pUi->Graphics(); }
104IInput *CUIElementBase::Input() const { return ms_pUi->Input(); }
105ITextRender *CUIElementBase::TextRender() const { return ms_pUi->TextRender(); }
106
107void CUi::Init(IKernel *pKernel)
108{

Callers 15

PopupMessageMethod · 0.45
PopupConfirmMethod · 0.45
PopupSelectionMethod · 0.45
PopupMapPickerMethod · 0.45
UpdateMethod · 0.45
ResetMethod · 0.45
RenderMethod · 0.45
UpdateTextMethod · 0.45
UpdateTextMethod · 0.45
UpdateTextMethod · 0.45
UpdateTextMethod · 0.45
UpdateTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected