|
OpenTTD Source 20251116-master-g21329071df
|
Data Fields | |
| std::optional< FileHandle > | file |
| uint | chunk_size = 0 |
| bool | decoding = false |
| uint8_t | decode_char = 0 |
| uint | buffer_count = 0 |
| uint | buffer_cur = 0 |
| std::array< uint8_t, BUFFER_SIZE > | buffer {} |
| uint | total_read = 0 |
| uint8_t | vehicle_multiplier = 1 |
| TTDPatch vehicle multiplier. | |
| std::vector< StringID > | vehicle_names |
Definition at line 19 of file oldloader.h.
| std::array<uint8_t, BUFFER_SIZE> LoadgameState::buffer {} |
Definition at line 29 of file oldloader.h.
| uint LoadgameState::buffer_count = 0 |
Definition at line 27 of file oldloader.h.
| uint LoadgameState::buffer_cur = 0 |
Definition at line 28 of file oldloader.h.
| uint LoadgameState::chunk_size = 0 |
Definition at line 22 of file oldloader.h.
| uint8_t LoadgameState::decode_char = 0 |
Definition at line 25 of file oldloader.h.
| bool LoadgameState::decoding = false |
Definition at line 24 of file oldloader.h.
| std::optional<FileHandle> LoadgameState::file |
Definition at line 20 of file oldloader.h.
| uint LoadgameState::total_read = 0 |
Definition at line 31 of file oldloader.h.
| uint8_t LoadgameState::vehicle_multiplier = 1 |
TTDPatch vehicle multiplier.
Definition at line 33 of file oldloader.h.
| std::vector<StringID> LoadgameState::vehicle_names |
Definition at line 34 of file oldloader.h.