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

Method GetMainScript

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

* Get the current main script the ScanDir is currently tracking. */

Source from the content-addressed store, hash-verified

32 * Get the current main script the ScanDir is currently tracking.
33 */
34 std::string GetMainScript() { return this->main_script; }
35
36 /**
37 * Get the current tar file the ScanDir is currently tracking.

Callers 9

InitializeMethod · 0.80
LoadTranslationsFunction · 0.80
script_scanner.cppFile · 0.80
IsSameScriptFunction · 0.80
FindMainScriptMethod · 0.80
GetTextfileMethod · 0.80
ConstructorMethod · 0.80
ImportMethod · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected