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

Method effectSourceDatabase

source/game/StarRoot.cpp:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505EffectSourceDatabaseConstPtr Root::effectSourceDatabase() {
506 return loadMember(m_effectSourceDatabase, m_effectSourceDatabaseMutex, "EffectSourceDatabase");
507}
508
509FunctionDatabaseConstPtr Root::functionDatabase() {
510 return loadMember(m_functionDatabase, m_functionDatabaseMutex, "FunctionDatabase");

Callers 2

tickMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64