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

Method WorldLayout

source/game/StarWorldLayout.cpp:318–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318WorldLayout::WorldLayout() : m_regionBlending(0.0f) {}
319
320WorldLayout::WorldLayout(Json const& store) : WorldLayout() {
321 auto terrainDatabase = Root::singleton().terrainDatabase();

Callers

nothing calls this directly

Calls 13

singletonClass · 0.85
jsonToVec2UFunction · 0.85
terrainDatabaseMethod · 0.80
getArrayMethod · 0.80
loadSelectorMethod · 0.80
getIntMethod · 0.80
toIntMethod · 0.80
getFloatMethod · 0.80
getMethod · 0.45
transformedMethod · 0.45
appendMethod · 0.45
applyMethod · 0.45

Tested by

no test coverage detected