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

Method netLoadMonster

source/game/StarMonsterDatabase.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221MonsterPtr MonsterDatabase::netLoadMonster(ByteArray const& netStore, NetCompatibilityRules rules) const {
222 return make_shared<Monster>(readMonsterVariant(netStore, rules));
223}
224
225List<Drawable> MonsterDatabase::monsterPortrait(MonsterVariant const& variant) const {
226 NetworkedAnimator animator(variant.animatorConfig);

Callers 1

netLoadEntityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected