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

Method Graphics

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

Source from the content-addressed store, hash-verified

101
102IClient *CUIElementBase::Client() const { return ms_pUi->Client(); }
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

Callers 15

DrawMethod · 0.45
PopupColorPickerMethod · 0.45
RunMethod · 0.45
LoadEntitiesMethod · 0.45
GameScanMethod · 0.45
EmoticonsScanMethod · 0.45
ParticlesScanMethod · 0.45
HudScanMethod · 0.45
ExtrasScanMethod · 0.45
MenuImageScanMethod · 0.45
UpdateMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected