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

Method plantDatabase

source/game/StarRoot.cpp:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437PlantDatabaseConstPtr Root::plantDatabase() {
438 return loadMember(m_plantDatabase, m_plantDatabaseMutex, "PlantDatabase");
439}
440
441ProjectileDatabaseConstPtr Root::projectileDatabase() {
442 return loadMember(m_projectileDatabase, m_projectileDatabaseMutex, "ProjectileDatabase");

Callers 8

placeBiomeTreeMethod · 0.80
placeBiomeItemsMethod · 0.80
prepareSectorMethod · 0.80
reapplyBiomeMethod · 0.80
createItemMethod · 0.80
enterStageMethod · 0.80
makeRootCallbacksMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64