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

Method codexDatabase

source/game/StarRoot.cpp:557–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557CodexDatabaseConstPtr Root::codexDatabase() {
558 return loadMember(m_codexDatabase, m_codexDatabaseMutex, "CodexDatabase");
559}
560
561BehaviorDatabaseConstPtr Root::behaviorDatabase() {
562 return loadMember(m_behaviorDatabase, m_behaviorDatabaseMutex, "BehaviorDatabase");

Callers 4

PlayerCodexesMethod · 0.80
learnCodexMethod · 0.80
addCodexesMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64