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

Method IsGroup

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

Source from the content-addressed store, hash-verified

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
77 bool IsVisibleInClipRegion(const std::optional<CClipRegion> &ClipRegion) const;

Callers 1

RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected