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

Method danceDatabase

source/game/StarRoot.cpp:569–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569DanceDatabaseConstPtr Root::danceDatabase() {
570 return loadMember(m_danceDatabase, m_danceDatabaseMutex, "DanceDatabase");
571}
572
573SpawnTypeDatabaseConstPtr Root::spawnTypeDatabase() {
574 return loadMember(m_spawnTypeDatabase, m_spawnTypeDatabaseMutex, "SpawnTypeDatabase");

Callers 4

danceCyclicOrEndedMethod · 0.80
getDanceMethod · 0.80
setDanceMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64