Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ secondPassed
Method
secondPassed
game/state/gametime.cpp:212–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
uint64_t GameTime::getTicks() const { return ticks; }
211
212
bool GameTime::secondPassed() const { return secondPassedFlag; }
213
214
bool GameTime::fiveMinutesPassed() const { return fiveMinutesPassedFlag; }
215
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected