MCPcopy 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

placePhaseMethod · 0.80
scanAnchorMethod · 0.80
buildDungeonMethod · 0.80

Calls 2

forEachTileMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected