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

Method functionDatabase

source/game/StarRoot.cpp:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509FunctionDatabaseConstPtr Root::functionDatabase() {
510 return loadMember(m_functionDatabase, m_functionDatabaseMutex, "FunctionDatabase");
511}
512
513TreasureDatabaseConstPtr Root::treasureDatabase() {
514 return loadMember(m_treasureDatabase, m_treasureDatabaseMutex, "TreasureDatabase");

Callers 13

biomeOresMethod · 0.80
readOresMethod · 0.80
renderMethod · 0.80
generateNpcVariantMethod · 0.80
readNpcVariantMethod · 0.80
initMethod · 0.80
damageSourcesMethod · 0.80
refreshStatusEffectsMethod · 0.80
evalFunctionMethod · 0.80
evalFunction2Method · 0.80
ChatBubbleManagerMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64