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

Method shipCoordinate

source/game/StarClientContext.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48CelestialCoordinate ClientContext::shipCoordinate() const {
49 return m_shipCoordinate.get();
50}
51
52Maybe<pair<WarpAction, WarpMode>> ClientContext::orbitWarpAction() const {
53 return m_orbitWarpActionNetState.get();

Callers 4

clientShipCoordinateMethod · 0.45
flyShipsMethod · 0.45
acceptConnectionMethod · 0.45
shipWorldPromiseMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected