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

Method emoteProcessor

source/game/StarRoot.cpp:529–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529EmoteProcessorConstPtr Root::emoteProcessor() {
530 return loadMember(m_emoteProcessor, m_emoteProcessorMutex, "EmoteProcessor");
531}
532
533SpeciesDatabaseConstPtr Root::speciesDatabase() {
534 return loadMember(m_speciesDatabase, m_speciesDatabaseMutex, "SpeciesDatabase");

Callers 3

updateMethod · 0.80
updateMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64