Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ GetScriptName
Method
GetScriptName
src/game/game_scanner.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
std::string GameScannerInfo::GetScriptName(ScriptInfo &info)
27
{
28
return info.GetName();
29
}
30
31
void GameScannerInfo::RegisterAPI(class Squirrel &engine)
32
{
Callers
nothing calls this directly
Calls
2
format
Function · 0.50
GetName
Method · 0.45
Tested by
no test coverage detected