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

Method system

source/game/StarCelestialCoordinate.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71CelestialCoordinate CelestialCoordinate::system() const {
72 if (isNull())
73 throw CelestialException("CelestialCoordinate::system() called on null coordinate");
74 return CelestialCoordinate(m_location);
75}
76
77CelestialCoordinate CelestialCoordinate::planet() const {
78 if (isPlanetaryBody())

Callers 2

nextStarterWorldMethod · 0.80
SkyParametersMethod · 0.80

Calls 1

CelestialCoordinateClass · 0.85

Tested by

no test coverage detected