Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ setCurrentMonth
Function
setCurrentMonth
src/OpenLoco/src/Date.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
static void setCurrentMonth(const MonthId month)
32
{
33
getGameState().currentMonth = enumValue(month);
34
}
35
36
uint16_t getCurrentYear()
37
{
Callers
1
setDate
Function · 0.85
Calls
1
enumValue
Function · 0.85
Tested by
no test coverage detected