MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getCurrentMonth

Function getCurrentMonth

src/OpenLoco/src/Date.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 MonthId getCurrentMonth()
27 {
28 return MonthId(getGameState().currentMonth);
29 }
30
31 static void setCurrentMonth(const MonthId month)
32 {

Callers 5

getCurrentDateFunction · 0.85
drawFunction · 0.85
drawGraphAndLegendFunction · 0.85
drawFunction · 0.85

Calls 1

MonthIdEnum · 0.50

Tested by

no test coverage detected