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

Method allItems

source/game/StarItemDatabase.cpp:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450List<String> ItemDatabase::allItems() const {
451 return m_items.keys();
452}
453
454ItemPtr ItemDatabase::createItem(ItemType type, ItemConfig const& config) {
455 if (type == ItemType::Generic) {

Callers 3

firstTreeTypeMethod · 0.45
makePlayerCallbacksMethod · 0.45
TESTFunction · 0.45

Calls 1

keysMethod · 0.45

Tested by 1

TESTFunction · 0.36