Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
scanAnchor
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected