MCPcopy 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

canPlaceMethod · 0.80

Calls 3

checkLiquidMethod · 0.80
checkSolidMethod · 0.45
checkOpenMethod · 0.45

Tested by

no test coverage detected