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

Method CelestialChunk

source/game/StarCelestialTypes.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43CelestialChunk::CelestialChunk() {}
44
45CelestialChunk::CelestialChunk(Json const& store) {
46 chunkIndex = jsonToVec2I(store.get("chunkIndex"));

Callers

nothing calls this directly

Calls 9

jsonToVec2IFunction · 0.85
jsonToVec3IFunction · 0.85
CelestialParametersClass · 0.85
getArrayMethod · 0.80
toArrayMethod · 0.80
getIntMethod · 0.80
getMethod · 0.45
appendMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected