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

Method Padding

src/game/client/components/nameplates.cpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 virtual void Render(CGameClient &This, vec2 Pos) const {}
71 vec2 Size() const { return m_Size; }
72 vec2 Padding() const { return m_Padding; }
73 bool NewLine() const { return m_NewLine; }
74 bool Visible() const { return m_Visible; }
75 bool ShiftOnInvis() const { return m_ShiftOnInvis; }

Callers 3

RenderLineMethod · 0.80
RenderMethod · 0.80
SizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected