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

Method GetSettings

src/script/script_info.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool ScriptInfo::GetSettings()
83{
84 return this->engine->CallMethod(this->SQ_instance, "GetSettings", nullptr, MAX_GET_SETTING_OPS);
85}
86
87enum class ScriptConfigItemKey : uint8_t {
88 Name,

Callers 1

ConstructorMethod · 0.80

Calls 1

CallMethodMethod · 0.45

Tested by

no test coverage detected