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

Method diskStore

source/game/StarPlayerDeployment.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21Json PlayerDeployment::diskStore() const {
22 JsonObject result;
23 result["scriptStorage"] = m_scriptComponent.getScriptStorage();
24 return result;
25}
26
27void PlayerDeployment::init(Entity* player, World* world) {
28 m_world = world;

Callers

nothing calls this directly

Calls 1

getScriptStorageMethod · 0.80

Tested by

no test coverage detected