Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ collidesWithPlaces
Method
collidesWithPlaces
source/game/StarDungeonGenerator.cpp:543–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
}
542
543
bool Tile::collidesWithPlaces() const {
544
return usesPlaces();
545
}
546
547
bool Tile::requiresOpen() const {
548
for (size_t i = 0; i < rules.size(); i++)
Callers
3
placePhase
Method · 0.80
scanAnchor
Method · 0.80
buildDungeon
Method · 0.80
Calls
2
forEachTile
Method · 0.45
contains
Method · 0.45
Tested by
no test coverage detected