OpenTTD Source  20240919-master-gdf0233f4c2
GenWorldInfo Struct Reference

Properties of current genworld process. More...

#include <genworld.h>

Data Fields

bool abort
 Whether to abort the thread ASAP.
 
GenWorldMode mode
 What mode are we making a world in.
 
CompanyID lc
 The local_company before generating.
 
uint size_x
 X-size of the map.
 
uint size_y
 Y-size of the map.
 
GWDoneProcproc
 Proc that is called when done (can be nullptr)
 
GWAbortProcabortp
 Proc that is called when aborting (can be nullptr)
 

Detailed Description

Properties of current genworld process.

Definition at line 58 of file genworld.h.


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