MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getMinutes

Method getMinutes

game/state/gametime.cpp:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184unsigned int GameTime::getHours() const { return getPtime(this->ticks).time_of_day().hours(); }
185
186unsigned int GameTime::getMinutes() const { return getPtime(this->ticks).time_of_day().minutes(); }
187
188unsigned int GameTime::getSeconds() const { return getPtime(this->ticks).time_of_day().seconds(); }
189

Callers 3

eventOccurredMethod · 0.80
updateMethod · 0.80

Calls 1

getPtimeFunction · 0.85

Tested by

no test coverage detected