MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowScriptLeagueTable

Function ShowScriptLeagueTable

src/league_gui.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435);
436
437void ShowScriptLeagueTable(LeagueTableID table)
438{
439 if (!LeagueTable::IsValidID(table)) return;
440 AllocateWindowDescFront<ScriptLeagueWindow>(_script_league_desc, table);
441}
442
443void ShowFirstLeagueTable()
444{

Callers 2

MenuClickGraphsOrLeagueFunction · 0.85
ShowFirstLeagueTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected