Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
CelestialChunk::CelestialChunk() {}
44
45
CelestialChunk::CelestialChunk(Json const& store) {
46
chunkIndex = jsonToVec2I(store.get(
"chunkIndex"
));
Callers
nothing calls this directly
Calls
9
jsonToVec2I
Function · 0.85
jsonToVec3I
Function · 0.85
CelestialParameters
Class · 0.85
getArray
Method · 0.80
toArray
Method · 0.80
getInt
Method · 0.80
get
Method · 0.45
append
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected