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

Method size

source/game/StarWorldTemplate.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134Vec2U WorldTemplate::size() const {
135 return m_geometry.size();
136}
137
138float WorldTemplate::surfaceLevel() const {
139 if (auto terrestrialParameters = as<TerrestrialWorldParameters>(m_worldParameters))

Callers 5

storeMethod · 0.45
surfaceLevelMethod · 0.45
dungeonsMethod · 0.45
blockBiomeInfoMethod · 0.45
getBlockInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected