MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / IsWeekStart

Method IsWeekStart

src/openrct2/Date.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool Date::IsWeekStart() const
88{
89 return (monthTicks & kMaskWeekTicks) == 0;
90}
91
92bool Date::IsFortnightStart() const
93{

Callers 2

ScenarioUpdateFunction · 0.80
UpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected