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

Method celestialSkyParameters

source/game/StarUniverseServer.cpp:2369–2373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2367}
2368
2369SkyParameters UniverseServer::celestialSkyParameters(CelestialCoordinate const& coordinate) const {
2370 if (m_celestialDatabase->coordinateValid(coordinate))
2371 return SkyParameters(coordinate, m_celestialDatabase);
2372 return SkyParameters();
2373}
2374
2375void UniverseServer::startLuaScripts() {
2376 auto assets = Root::singleton().assets();

Callers

nothing calls this directly

Calls 2

SkyParametersClass · 0.85
coordinateValidMethod · 0.80

Tested by

no test coverage detected