MCPcopy 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
44std::string AIScannerInfo::GetScriptName(ScriptInfo &info)
45{
46 return info.GetName();
47}
48
49void AIScannerInfo::RegisterAPI(class Squirrel &engine)
50{

Callers 1

script_scanner.cppFile · 0.45

Calls 2

formatFunction · 0.50
GetNameMethod · 0.45

Tested by

no test coverage detected