Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ HasScript
Method
HasScript
src/script/script_config.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
bool ScriptConfig::HasScript() const
128
{
129
return this->info != nullptr;
130
}
131
132
const std::string &ScriptConfig::GetName() const
133
{
Callers
15
AILoadConfig
Function · 0.45
GameLoadConfig
Function · 0.45
AISaveConfig
Function · 0.45
GameSaveConfig
Function · 0.45
ConStartAI
Function · 0.45
ResetConfig
Method · 0.45
HasGame
Method · 0.45
HasGameLibrary
Method · 0.45
ScriptListWindow
Method · 0.45
ResetConfig
Method · 0.45
HasAI
Method · 0.45
HasAILibrary
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected