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

Method destination

source/game/StarSystemWorld.cpp:534–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534SystemLocation SystemClientShip::destination() const {
535 return m_destination.get();
536}
537
538void SystemClientShip::setDestination(SystemLocation const& destination) {
539 auto location = m_systemLocation.get();

Callers 2

shipDestinationMethod · 0.80
removeObjectMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected