Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ checkTileCanPlace
Method
checkTileCanPlace
source/game/StarDungeonGenerator.cpp:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool Rule::checkTileCanPlace(Vec2I, DungeonGeneratorWriter*) const {
122
return true;
123
}
124
125
bool Rule::overdrawable() const {
126
return false;
Callers
1
canPlace
Method · 0.80
Calls
3
checkLiquid
Method · 0.80
checkSolid
Method · 0.45
checkOpen
Method · 0.45
Tested by
no test coverage detected