MCPcopy 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
718void ScenarioRepositoryScan()
719{
720 IScenarioRepository* repo = GetScenarioRepository();
721 repo->Scan(LocalisationService_GetCurrentLanguage());
722}
723
724size_t ScenarioRepositoryGetCount()
725{

Callers 2

onOpenMethod · 0.85
onLanguageChangeMethod · 0.85

Calls 3

GetScenarioRepositoryFunction · 0.85
ScanMethod · 0.45

Tested by

no test coverage detected