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

Method CelestialParameters

source/game/StarCelestialParameters.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace Star {
11
12CelestialParameters::CelestialParameters() : m_seed(0) {}
13
14CelestialParameters::CelestialParameters(CelestialCoordinate coordinate, uint64_t seed, String name, Json parameters)
15 : m_coordinate(std::move(coordinate)), m_seed(seed), m_name(std::move(name)), m_parameters(std::move(parameters)) {

Callers

nothing calls this directly

Calls 12

CelestialCoordinateClass · 0.85
optStringMethod · 0.80
getUIntMethod · 0.80
getStringMethod · 0.80
equalsIgnoreCaseMethod · 0.45
toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected