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

Method entityFactory

source/game/StarRoot.cpp:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465EntityFactoryConstPtr Root::entityFactory() {
466 return loadMember(m_entityFactory, m_entityFactoryMutex, "EntityFactory");
467}
468
469PatternedNameGeneratorConstPtr Root::nameGenerator() {
470 return loadMember(m_nameGenerator, m_nameGeneratorMutex, "NameGenerator");

Callers 14

handleIncomingPacketsMethod · 0.80
addEntityMethod · 0.80
queueUpdatePacketsMethod · 0.80
notifyEntityCreateMethod · 0.80
PlayerStorageMethod · 0.80
savePlayerMethod · 0.80
loadPlayerMethod · 0.80
handleIncomingPacketsMethod · 0.80
queueUpdatePacketsMethod · 0.80
tickMethod · 0.80
loadSectorToLevelMethod · 0.80
unloadSectorToLevelMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64