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

Method netStore

source/game/StarMonster.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113ByteArray Monster::netStore(NetCompatibilityRules rules) {
114 return Root::singleton().monsterDatabase()->writeMonsterVariant(m_monsterVariant, rules);
115}
116
117EntityType Monster::entityType() const {
118 return EntityType::Monster;

Callers

nothing calls this directly

Calls 3

singletonClass · 0.85
writeMonsterVariantMethod · 0.80
monsterDatabaseMethod · 0.80

Tested by

no test coverage detected