MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / requiresSolid

Method requiresSolid

source/game/StarDungeonGenerator.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 bool Rule::requiresSolid() const {
150 return false;
151 }
152
153 bool Rule::requiresLiquid() const {
154 return false;

Callers 1

scanAnchorMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected