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

Method materialSpaces

source/game/StarObject.cpp:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367List<MaterialSpace> Object::materialSpaces() const {
368 return m_materialSpaces.get();
369}
370
371List<Vec2I> Object::roots() const {
372 if (m_config->rooting) {

Callers 1

updateTileEntityTilesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected