Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
425
bool WorldStorage::floatingDungeonWorld() const {
426
return m_floatingDungeonWorld;
427
}
428
429
void WorldStorage::setFloatingDungeonWorld(bool floatingDungeonWorld) {
430
m_floatingDungeonWorld = floatingDungeonWorld;
Callers
1
generateSectorLevel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected