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

Method location

source/game/StarSystemWorld.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131Vec3I SystemWorld::location() const {
132 return m_location;
133}
134
135List<CelestialCoordinate> SystemWorld::planets() const {
136 return m_celestialDatabase->children(CelestialCoordinate(m_location));

Callers 2

coordinateSeedMethod · 0.45
serverUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected