|
OpenTTD Source 20251104-master-g3befbdd52f
|
Data Fields | |
| OldChunkType | type |
| Type of field. | |
| uint32_t | amount |
| Amount of fields. | |
| void * | ptr |
| Pointer where to save the data (takes precedence over offset) | |
| OffsetProc * | offset |
| Pointer to function that returns the actual memory address of a member (ignored if ptr is not nullptr) | |
| OldChunkProc * | proc |
| Pointer to function that is called with OC_CHUNK. | |
Definition at line 84 of file oldloader.h.
| uint32_t OldChunks::amount |
Amount of fields.
Definition at line 86 of file oldloader.h.
| OffsetProc* OldChunks::offset |
Pointer to function that returns the actual memory address of a member (ignored if ptr is not nullptr)
Definition at line 89 of file oldloader.h.
| OldChunkProc* OldChunks::proc |
Pointer to function that is called with OC_CHUNK.
Definition at line 90 of file oldloader.h.
| void* OldChunks::ptr |
Pointer where to save the data (takes precedence over offset)
Definition at line 88 of file oldloader.h.
| OldChunkType OldChunks::type |