Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getDay
Method
getDay
game/state/gametime.cpp:177–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
unsigned int GameTime::getDay() const { return (this->ticks + TICKS_PER_DAY - 1) / TICKS_PER_DAY; }
178
179
unsigned int GameTime::getMonthDay() const
180
{
Callers
3
getLuaObjectConstMethods<GameTime>
Function · 0.80
begin
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected