Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getHours
Method
getHours
game/state/gametime.cpp:184–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
unsigned int GameTime::getHours() const { return getPtime(this->ticks).time_of_day().hours(); }
185
186
unsigned int GameTime::getMinutes() const { return getPtime(this->ticks).time_of_day().minutes(); }
187
Callers
4
getLuaObjectConstMethods<GameTime>
Function · 0.80
updateInfiltration
Method · 0.80
eventOccurred
Method · 0.80
update
Method · 0.80
Calls
1
getPtime
Function · 0.85
Tested by
no test coverage detected