Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ hourPassed
Method
hourPassed
game/state/gametime.cpp:216–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
bool GameTime::fiveMinutesPassed() const { return fiveMinutesPassedFlag; }
215
216
bool GameTime::hourPassed() const { return hourPassedFlag; }
217
218
bool GameTime::dayPassed() const { return dayPassedFlag; }
219
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected