Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ GetScriptName
Method
GetScriptName
src/ai/ai_scanner.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
std::string AIScannerInfo::GetScriptName(ScriptInfo &info)
45
{
46
return info.GetName();
47
}
48
49
void AIScannerInfo::RegisterAPI(class Squirrel &engine)
50
{
Callers
1
script_scanner.cpp
File · 0.45
Calls
2
format
Function · 0.50
GetName
Method · 0.45
Tested by
no test coverage detected