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

Method aiDatabase

source/game/StarRoot.cpp:549–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549AiDatabaseConstPtr Root::aiDatabase() {
550 return loadMember(m_aiDatabase, m_aiDatabaseMutex, "AiDatabase");
551}
552
553TechDatabaseConstPtr Root::techDatabase() {
554 return loadMember(m_techDatabase, m_techDatabaseMutex, "TechDatabase");

Callers 3

queueRadioMessageMethod · 0.80
AiInterfaceMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64