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

Method IsValid

src/game/map/render_layer.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 virtual void Render(const CRenderLayerParams &Params) = 0;
72 virtual bool DoRender(const CRenderLayerParams &Params) = 0;
73 virtual bool IsValid() const { return true; }
74 virtual bool IsGroup() const { return false; }
75 virtual void Unload() = 0;
76

Callers 3

UseTextureMethod · 0.45
UploadTileDataMethod · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected