Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
530
SystemLocation SystemClientShip::systemLocation() const {
531
return m_systemLocation.get();
532
}
533
534
SystemLocation SystemClientShip::destination() const {
535
return m_destination.get();
Callers
10
shipLocation
Method · 0.80
flying
Method · 0.80
update
Method · 0.80
handleIncomingPacket
Method · 0.80
clientShipLocation
Method · 0.80
clientWarpAction
Method · 0.80
clientSkyParameters
Method · 0.80
addClientShip
Method · 0.80
shipsAtLocation
Method · 0.80
removeObject
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected