MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / checkLiquid

Method checkLiquid

source/game/StarDungeonGenerator.cpp:1088–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086 }
1087
1088 bool DungeonGeneratorWriter::checkLiquid(Vec2I const& position) {
1089 return m_facade->checkOceanLiquid(position);
1090 }
1091
1092 bool DungeonGeneratorWriter::otherDungeonPresent(Vec2I position) {
1093 return m_facade->getDungeonIdAt(position) != NoDungeonId;

Callers 1

checkTileCanPlaceMethod · 0.80

Calls 1

checkOceanLiquidMethod · 0.80

Tested by

no test coverage detected