Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
bool ScriptInfo::GetSettings()
83
{
84
return this->engine->CallMethod(this->SQ_instance,
"GetSettings"
, nullptr, MAX_GET_SETTING_OPS);
85
}
86
87
enum class ScriptConfigItemKey : uint8_t {
88
Name,
Callers
1
Constructor
Method · 0.80
Calls
1
CallMethod
Method · 0.45
Tested by
no test coverage detected