OpenTTD Source 20241224-master-gee860a5c8e
|
Public Member Functions | |
TPeriod (Priority priority, uint value) | |
bool | operator< (const TPeriod &other) const |
bool | operator== (const TPeriod &other) const |
Data Fields | |
Priority | priority |
uint | value |
Definition at line 35 of file timer_game_tick.h.
|
inline |
Definition at line 39 of file timer_game_tick.h.
|
inline |
Definition at line 42 of file timer_game_tick.h.
|
inline |
Definition at line 49 of file timer_game_tick.h.
Priority TimerGameTick::TPeriod::priority |
Definition at line 36 of file timer_game_tick.h.
uint TimerGameTick::TPeriod::value |
Definition at line 37 of file timer_game_tick.h.