Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ SetEveryRideEntryInvented
Function
SetEveryRideEntryInvented
src/openrct2/management/Research.cpp:711–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
709
}
710
711
void SetEveryRideEntryInvented()
712
{
713
std::fill(std::begin(_researchedRideEntries), std::end(_researchedRideEntries), true);
714
}
715
716
void SetEveryRideEntryNotInvented()
717
{
Callers
3
FinishObjectSelection
Function · 0.85
ResearchRebuildInventedTables
Function · 0.85
ManageTracks
Method · 0.85
Calls
1
fill
Function · 0.85
Tested by
no test coverage detected