Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ DateGetTotalMonths
Function
DateGetTotalMonths
src/openrct2/Date.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
int32_t DateGetTotalMonths(int32_t month, int32_t year)
134
{
135
return (year - 1) * MONTH_COUNT + month;
136
}
137
138
void DateUpdateRealTimeOfDay()
139
{
Callers
1
formatObjective
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected