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

Method objectDatabase

source/game/StarRoot.cpp:433–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433ObjectDatabaseConstPtr Root::objectDatabase() {
434 return loadMember(m_objectDatabase, m_objectDatabaseMutex, "ObjectDatabase");
435}
436
437PlantDatabaseConstPtr Root::plantDatabase() {
438 return loadMember(m_plantDatabase, m_plantDatabaseMutex, "PlantDatabase");

Callers 15

EntityFactoryMethod · 0.80
placeObjectMethod · 0.80
placeBiomeItemsMethod · 0.80
prepareSectorMethod · 0.80
reapplyBiomeMethod · 0.80
createTreasureChestMethod · 0.80
hasItemIndicatorFunction · 0.80
setCentralStructureMethod · 0.80
renderObjectPreviewsMethod · 0.80
addObjectItemsMethod · 0.80
placeInWorldMethod · 0.80
canPlaceMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64