OpenTTD Source
20241108-master-g80f628063a
|
Container for a single line of console output. More...
Public Member Functions | |
IConsoleLine (std::string buffer, TextColour colour) | |
Initialize the console line. More... | |
Data Fields | |
std::string | buffer |
The data to store. | |
TextColour | colour |
The colour of the line. | |
uint16_t | time |
The amount of time the line is in the backlog. | |
Container for a single line of console output.
Definition at line 41 of file console_gui.cpp.
|
inline |
Initialize the console line.
buffer | the data to print. |
colour | the colour of the line. |
Definition at line 56 of file console_gui.cpp.