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

Method itemDatabase

source/game/StarRoot.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473ItemDatabaseConstPtr Root::itemDatabase() {
474 return loadMember(m_itemDatabase, m_itemDatabaseMutex, "ItemDatabase");
475}
476
477MaterialDatabaseConstPtr Root::materialDatabase() {
478 return loadMember(m_materialDatabase, m_materialDatabaseMutex, "MaterialDatabase");

Callers 15

createRandomizedDropMethod · 0.80
throwDropMethod · 0.80
ItemDropMethod · 0.80
diskStoreMethod · 0.80
updateMethod · 0.80
handleIncomingPacketsMethod · 0.80
questParamTextFunction · 0.80
npcPortraitMethod · 0.80
ServerClientContextMethod · 0.80
createTreasureMethod · 0.80
destroyMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64