|
OpenTTD Source 20260208-master-g43af8e94d0
|
Struct about custom league tables. More...
#include <league_base.h>
Public Member Functions | |
| LeagueTable (LeagueTableID index, const EncodedString &title={}, const EncodedString &header={}, const EncodedString &footer={}) | |
| ~LeagueTable () | |
| (Empty) destructor has to be defined else operator delete might be called with nullptr parameter | |
Data Fields | |
| EncodedString | title {} |
| Title of the table. | |
| EncodedString | header {} |
| Text to show above the table. | |
| EncodedString | footer {} |
| Text to show below the table. | |
Struct about custom league tables.
Definition at line 52 of file league_base.h.
|
inline |
Definition at line 57 of file league_base.h.
|
inline |
(Empty) destructor has to be defined else operator delete might be called with nullptr parameter
Definition at line 63 of file league_base.h.
| EncodedString LeagueTable::footer {} |
Text to show below the table.
Definition at line 55 of file league_base.h.
Referenced by ScriptLeagueWindow::DrawWidget(), and ScriptLeagueWindow::UpdateWidgetSize().
| EncodedString LeagueTable::header {} |
Text to show above the table.
Definition at line 54 of file league_base.h.
Referenced by ScriptLeagueWindow::DrawWidget(), and ScriptLeagueWindow::UpdateWidgetSize().
| EncodedString LeagueTable::title {} |
Title of the table.
Definition at line 53 of file league_base.h.
Referenced by ScriptLeagueWindow::BuildTable().