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

Method GetConfigList

src/script/script_info.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253const ScriptConfigItemList *ScriptInfo::GetConfigList() const
254{
255 return &this->config_list;
256}
257
258const ScriptConfigItem *ScriptInfo::GetConfigItem(std::string_view name) const
259{

Callers 5

OnInvalidateDataMethod · 0.45
OnInvalidateDataMethod · 0.45
OnInvalidateDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected