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

Method collectionDatabase

source/game/StarRoot.cpp:581–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581CollectionDatabaseConstPtr Root::collectionDatabase() {
582 return loadMember(m_collectionDatabase, m_collectionDatabaseMutex, "CollectionDatabase");
583}
584
585Root::Settings& Root::settings() {
586 return m_settings;

Callers 3

receiveMessageMethod · 0.80
addCollectableMethod · 0.80
makeRootCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected