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

Method shipLocation

source/game/StarSystemWorldClient.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23SystemLocation SystemWorldClient::shipLocation() const {
24 if (m_ship)
25 return m_ship->systemLocation();
26 else
27 return {};
28}
29
30SystemLocation SystemWorldClient::shipDestination() const {
31 if (m_ship)

Callers 3

flyShipsMethod · 0.45
acceptConnectionMethod · 0.45

Calls 1

systemLocationMethod · 0.80

Tested by

no test coverage detected