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

Method dungeonDefinitions

source/game/StarRoot.cpp:517–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517DungeonDefinitionsConstPtr Root::dungeonDefinitions() {
518 return loadMember(m_dungeonDefinitions, m_dungeonDefinitionsMutex, "DungeonDefinitions");
519}
520
521TilesetDatabaseConstPtr Root::tilesetDatabase() {
522 return loadMember(m_tilesetDatabase, m_tilesetDatabaseMutex, "TilesetDatabase");

Callers 5

determineWorldNameMethod · 0.80
DungeonGeneratorMethod · 0.80
readMetadataMethod · 0.80
makeRootCallbacksMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64