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

Method netLoadPlayer

source/game/StarPlayerFactory.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63PlayerPtr PlayerFactory::netLoadPlayer(ByteArray const& netStore, NetCompatibilityRules rules) const {
64 return make_shared<Player>(m_config, netStore, rules);
65}
66
67}

Callers 1

netLoadEntityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected