MCPcopy 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
26std::string GameScannerInfo::GetScriptName(ScriptInfo &info)
27{
28 return info.GetName();
29}
30
31void GameScannerInfo::RegisterAPI(class Squirrel &engine)
32{

Callers

nothing calls this directly

Calls 2

formatFunction · 0.50
GetNameMethod · 0.45

Tested by

no test coverage detected