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

Method SkyParameters

source/game/StarSkyParameters.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace Star {
9
10SkyParameters::SkyParameters() : seed(), skyType(SkyType::Barren), skyColoring(makeRight(Color::Black)), settings(JsonObject()) {}
11
12SkyParameters::SkyParameters(CelestialCoordinate const& coordinate, CelestialDatabasePtr const& celestialDatabase)
13 : SkyParameters() {

Callers

nothing calls this directly

Calls 15

makeRightFunction · 0.85
staticRandomU64Function · 0.85
staticRandomFloatFunction · 0.85
jsonToVec2FFunction · 0.85
jsonToColorFunction · 0.85
isSystemMethod · 0.80
systemMethod · 0.80
coordinateMethod · 0.80
isSatelliteBodyMethod · 0.80
childrenMethod · 0.80
planetMethod · 0.80
visitableParametersMethod · 0.80

Tested by

no test coverage detected