Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Reset
Method
Reset
src/script/script_scanner.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void ScriptScanner::Reset()
80
{
81
this->info_list.clear();
82
this->info_single_list.clear();
83
this->info_vector.clear();
84
}
85
86
void ScriptScanner::RegisterScript(std::unique_ptr<ScriptInfo> &&info)
87
{
Callers
3
~ScriptScanner
Method · 0.95
RescanDir
Method · 0.95
ResetEngine
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected