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

Method treasureDatabase

source/game/StarRoot.cpp:513–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513TreasureDatabaseConstPtr Root::treasureDatabase() {
514 return loadMember(m_treasureDatabase, m_treasureDatabaseMutex, "TreasureDatabase");
515}
516
517DungeonDefinitionsConstPtr Root::dungeonDefinitions() {
518 return loadMember(m_dungeonDefinitions, m_dungeonDefinitionsMutex, "DungeonDefinitions");

Callers 12

placeBiomeItemsMethod · 0.80
prepareSectorMethod · 0.80
destroyMethod · 0.80
destroyMethod · 0.80
destroyMethod · 0.80
spawnTreasureMethod · 0.80
initMethod · 0.80
harvestMethod · 0.80
isTreasurePoolMethod · 0.80
createTreasureMethod · 0.80
spawnTreasureMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64