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

Method foregroundBlocks

source/game/StarWorldStructure.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182auto WorldStructure::foregroundBlocks() const -> List<Block> const & {
183 return m_foregroundBlocks;
184}
185
186auto WorldStructure::objects() const -> List<Object> const & {
187 return m_objects;

Callers 2

setCentralStructureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected