|
OpenTTD Source
14.0-beta1
|
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 39 of file console_gui.cpp.
|
inline |
Initialize the console line.
| buffer | the data to print. |
| colour | the colour of the line. |
Definition at line 54 of file console_gui.cpp.