Feature: [GS] Scriptable league tables (#10001)
(cherry picked from commit 5e14a20b3b
)
This commit is contained in:
@@ -479,6 +479,12 @@ enum Commands {
|
||||
|
||||
CMD_OPEN_CLOSE_AIRPORT, ///< open/close an airport to incoming aircraft
|
||||
|
||||
CMD_CREATE_LEAGUE_TABLE, ///< create a new league table
|
||||
CMD_CREATE_LEAGUE_TABLE_ELEMENT, ///< create a new element in a league table
|
||||
CMD_UPDATE_LEAGUE_TABLE_ELEMENT_DATA, ///< update the data fields of a league table element
|
||||
CMD_UPDATE_LEAGUE_TABLE_ELEMENT_SCORE, ///< update the score of a league table element
|
||||
CMD_REMOVE_LEAGUE_TABLE_ELEMENT, ///< remove a league table element
|
||||
|
||||
CMD_PROGRAM_TRACERESTRICT_SIGNAL, ///< modify a signal tracerestrict program
|
||||
CMD_CREATE_TRACERESTRICT_SLOT, ///< create a tracerestrict slot
|
||||
CMD_ALTER_TRACERESTRICT_SLOT, ///< alter a tracerestrict slot
|
||||
|
Reference in New Issue
Block a user