MCPcopy 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
177unsigned int GameTime::getDay() const { return (this->ticks + TICKS_PER_DAY - 1) / TICKS_PER_DAY; }
178
179unsigned int GameTime::getMonthDay() const
180{

Callers 3

beginMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected