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

Method epochTime

source/game/StarSky.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241double Sky::epochTime() const {
242 return m_time;
243}
244
245void Sky::setEpochTime(double epochTime) {
246 m_time = epochTime;

Callers 8

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
harvestMethod · 0.45
enterStageMethod · 0.45
makeWorldCallbacksFunction · 0.45
timeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected