Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
double Sky::epochTime() const {
242
return m_time;
243
}
244
245
void Sky::setEpochTime(double epochTime) {
246
m_time = epochTime;
Callers
8
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
harvest
Method · 0.45
enterStage
Method · 0.45
makeWorldCallbacks
Function · 0.45
time
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected