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

Method systemLocation

source/game/StarSystemWorld.cpp:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530SystemLocation SystemClientShip::systemLocation() const {
531 return m_systemLocation.get();
532}
533
534SystemLocation SystemClientShip::destination() const {
535 return m_destination.get();

Callers 10

shipLocationMethod · 0.80
flyingMethod · 0.80
updateMethod · 0.80
handleIncomingPacketMethod · 0.80
clientShipLocationMethod · 0.80
clientWarpActionMethod · 0.80
clientSkyParametersMethod · 0.80
addClientShipMethod · 0.80
shipsAtLocationMethod · 0.80
removeObjectMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected