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

Method npcDatabase

source/game/StarRoot.cpp:449–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449NpcDatabaseConstPtr Root::npcDatabase() {
450 return loadMember(m_npcDatabase, m_npcDatabaseMutex, "NpcDatabase");
451}
452
453StagehandDatabaseConstPtr Root::stagehandDatabase() {
454 return loadMember(m_stagehandDatabase, m_stagehandDatabaseMutex, "StagehandDatabase");

Callers 10

EntityFactoryMethod · 0.80
spawnNpcMethod · 0.80
diskStoreMethod · 0.80
netStoreMethod · 0.80
spawnNpcMethod · 0.80
npcConfigMethod · 0.80
npcPortraitMethod · 0.80
npcVariantMethod · 0.80
spawnNpcMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64