Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
bool Date::IsWeekStart() const
88
{
89
return (monthTicks & kMaskWeekTicks) == 0;
90
}
91
92
bool Date::IsFortnightStart() const
93
{
Callers
2
ScenarioUpdate
Function · 0.80
Update
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected