Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ modifiesPlaces
Method
modifiesPlaces
source/game/StarDungeonGenerator.cpp:539–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
bool Tile::modifiesPlaces() const {
540
return brushes.size() != 0;
541
}
542
543
bool Tile::collidesWithPlaces() const {
544
return usesPlaces();
Callers
1
buildDungeon
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected