OpenTTD Source  20240919-master-gdf0233f4c2
OldChunks Struct Reference

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.
 

Detailed Description

Definition at line 87 of file oldloader.h.


The documentation for this struct was generated from the following file: