Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
List<ItemDescriptor> SpeciesDefinition::defaultItems() const {
145
return m_defaultItems;
146
}
147
148
List<ItemDescriptor> SpeciesDefinition::defaultBlueprints() const {
149
return m_defaultBlueprints;
Callers
1
finalizeCreation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected