Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ScenarioRepositoryScan
Function
ScenarioRepositoryScan
src/openrct2/scenario/ScenarioRepository.cpp:718–722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
}
717
718
void ScenarioRepositoryScan()
719
{
720
IScenarioRepository* repo = GetScenarioRepository();
721
repo->Scan(LocalisationService_GetCurrentLanguage());
722
}
723
724
size_t ScenarioRepositoryGetCount()
725
{
Callers
2
onOpen
Method · 0.85
onLanguageChange
Method · 0.85
Calls
3
GetScenarioRepository
Function · 0.85
LocalisationService_GetCurrentLanguage
Function · 0.85
Scan
Method · 0.45
Tested by
no test coverage detected