MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Scan

Method Scan

src/game/game_text.cpp:175–178  ·  view source on GitHub ↗

* Scan. */

Source from the content-addressed store, hash-verified

173 * Scan.
174 */
175 void Scan(const std::string &directory)
176 {
177 this->FileScanner::Scan(".txt", directory, false);
178 }
179
180 bool AddFile(const std::string &filename, size_t, const std::string &) override
181 {

Callers 3

LoadTranslationsFunction · 0.45
RescanDirMethod · 0.45
IsSameScriptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected