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

Method diskLoadPlayer

source/game/StarPlayerFactory.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59PlayerPtr PlayerFactory::diskLoadPlayer(Json const& diskStore) const {
60 return make_shared<Player>(m_config, diskStore);
61}
62
63PlayerPtr PlayerFactory::netLoadPlayer(ByteArray const& netStore, NetCompatibilityRules rules) const {
64 return make_shared<Player>(m_config, netStore, rules);

Callers 1

diskLoadEntityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected