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

Method getWorldGeometry

source/game/StarWorldGeneration.cpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 : m_worldServer(worldServer), m_markForActivation(markForActivation) {}
190
191WorldGeometry DungeonGeneratorWorld::getWorldGeometry() const {
192 return m_worldServer->geometry();
193}
194
195void DungeonGeneratorWorld::markRegion(RectI const& region) {
196 if (!m_markForActivation)

Callers 2

wrapPositionMethod · 0.80
flushMethod · 0.80

Calls 1

geometryMethod · 0.45

Tested by

no test coverage detected