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

Method GetTarFile

src/script/script_scanner.hpp:39–39  ·  view source on GitHub ↗

* Get the current tar file the ScanDir is currently tracking. */

Source from the content-addressed store, hash-verified

37 * Get the current tar file the ScanDir is currently tracking.
38 */
39 std::string GetTarFile() { return this->tar_file; }
40
41 /**
42 * Get the list of all registered scripts.

Callers 3

LoadTranslationsFunction · 0.80
IsSameScriptFunction · 0.80
ConstructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected