Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getWeekString
Method
getWeekString
game/state/gametime.cpp:124–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
UString GameTime::getWeekString() const { return format(
"%s %d"
, tr(
"Week"
), getWeek()); }
125
126
unsigned int GameTime::getMonth() const
127
{
Callers
2
begin
Method · 0.80
ScoreScreen
Method · 0.80
Calls
2
format
Function · 0.85
tr
Function · 0.85
Tested by
no test coverage detected