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

Method floatingDungeonWorld

source/game/StarWorldStorage.cpp:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425bool WorldStorage::floatingDungeonWorld() const {
426 return m_floatingDungeonWorld;
427}
428
429void WorldStorage::setFloatingDungeonWorld(bool floatingDungeonWorld) {
430 m_floatingDungeonWorld = floatingDungeonWorld;

Callers 1

generateSectorLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected