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

Method defaultItems

source/game/StarSpeciesDatabase.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144List<ItemDescriptor> SpeciesDefinition::defaultItems() const {
145 return m_defaultItems;
146}
147
148List<ItemDescriptor> SpeciesDefinition::defaultBlueprints() const {
149 return m_defaultBlueprints;

Callers 1

finalizeCreationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected