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

Method defaultBlueprints

source/game/StarSpeciesDatabase.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148List<ItemDescriptor> SpeciesDefinition::defaultBlueprints() const {
149 return m_defaultBlueprints;
150}
151
152StringList SpeciesDefinition::charGenTextLabels() const {
153 return m_charGenTextLabels;

Callers 2

diskLoadMethod · 0.80
finalizeCreationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected