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

Method radioMessageDatabase

source/game/StarRoot.cpp:577–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577RadioMessageDatabaseConstPtr Root::radioMessageDatabase() {
578 return loadMember(m_radioMessageDatabase, m_radioMessageDatabaseMutex, "RadioMessageDatabase");
579}
580
581CollectionDatabaseConstPtr Root::collectionDatabase() {
582 return loadMember(m_collectionDatabase, m_collectionDatabaseMutex, "CollectionDatabase");

Callers 1

queueRadioMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected