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

Method IsValid

src/game/client/render.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool CSkinDescriptor::IsValid() const
37{
38 return (m_Flags & (FLAG_SIX | FLAG_SEVEN)) != 0;
39}
40
41bool CSkinDescriptor::operator==(const CSkinDescriptor &Other) const
42{

Callers 15

IsSixupMethod · 0.45
UpdateSkin7HatSpriteMethod · 0.45
RenderTeeMethod · 0.45
RenderTee7Method · 0.45
ValidMethod · 0.45
OnRenderMethod · 0.45
GetEntitiesMethod · 0.45
SetTextureScaleMethod · 0.45
InitOverlayTexturesMethod · 0.45
LoadEntitiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected