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

Method time

source/game/StarSystemWorld.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127double SystemWorld::time() const {
128 return m_universeClock->time();
129}
130
131Vec3I SystemWorld::location() const {
132 return m_location;

Callers 12

planetPositionMethod · 0.45
serverUpdateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
setReferenceClockMethod · 0.45
setReferenceClockMethod · 0.45
updateMethod · 0.45
runMethod · 0.45
sendClockUpdatesMethod · 0.45
flyShipsMethod · 0.45
saveSettingsMethod · 0.45
acceptConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected