OpenTTD Source 20250312-master-gcdcc6b491d
|
Properties of current genworld process. More...
Static Public Attributes | |
static bool | abort |
Whether to abort the thread ASAP. | |
static GenWorldMode | mode |
What mode are we making a world in. | |
static CompanyID | lc |
The local_company before generating. | |
static uint | size_x |
X-size of the map. | |
static uint | size_y |
Y-size of the map. | |
static GWDoneProc * | proc |
Proc that is called when done (can be nullptr) | |
static GWAbortProc * | abortp |
Proc that is called when aborting (can be nullptr) | |
Properties of current genworld process.
Definition at line 61 of file genworld.cpp.
|
inlinestatic |
Whether to abort the thread ASAP.
Definition at line 62 of file genworld.cpp.
Referenced by AbortGeneratingWorld(), GenerateWorld(), and IsGeneratingWorldAborted().
|
inlinestatic |
Proc that is called when aborting (can be nullptr)
Definition at line 68 of file genworld.cpp.
Referenced by CleanupGeneration(), GenerateWorld(), GenerateWorldSetAbortCallback(), and HandleGeneratingWorldAbortion().
|
inlinestatic |
The local_company before generating.
Definition at line 64 of file genworld.cpp.
Referenced by _GenerateWorld(), and GenerateWorld().
|
inlinestatic |
What mode are we making a world in.
Definition at line 63 of file genworld.cpp.
Referenced by _GenerateWorld(), and GenerateWorld().
|
inlinestatic |
Proc that is called when done (can be nullptr)
Definition at line 67 of file genworld.cpp.
Referenced by _GenerateWorld(), CleanupGeneration(), and GenerateWorldSetCallback().
|
inlinestatic |
|
inlinestatic |