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

Method backgroundBlocks

source/game/StarWorldStructure.cpp:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178auto WorldStructure::backgroundBlocks() const -> List<Block> const & {
179 return m_backgroundBlocks;
180}
181
182auto WorldStructure::foregroundBlocks() const -> List<Block> const & {
183 return m_foregroundBlocks;

Callers 2

setCentralStructureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected