MCPcopy 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
79void ScriptScanner::Reset()
80{
81 this->info_list.clear();
82 this->info_single_list.clear();
83 this->info_vector.clear();
84}
85
86void ScriptScanner::RegisterScript(std::unique_ptr<ScriptInfo> &&info)
87{

Callers 3

~ScriptScannerMethod · 0.95
RescanDirMethod · 0.95
ResetEngineMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected