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

Function getCurrentDayOfMonth

src/OpenLoco/src/Date.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 int8_t getCurrentDayOfMonth()
47 {
48 return getGameState().currentDayOfMonth;
49 }
50
51 static void setCurrentDayOfMonth(const int8_t day)
52 {

Callers 1

getCurrentDateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected