MCPcopy 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
133int32_t DateGetTotalMonths(int32_t month, int32_t year)
134{
135 return (year - 1) * MONTH_COUNT + month;
136}
137
138void DateUpdateRealTimeOfDay()
139{

Callers 1

formatObjectiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected