|
OpenTTD Source 20251116-master-g21329071df
|
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 63 of file genworld.cpp.
|
inlinestatic |
Whether to abort the thread ASAP.
Definition at line 64 of file genworld.cpp.
Referenced by AbortGeneratingWorld(), GenerateWorld(), and IsGeneratingWorldAborted().
|
inlinestatic |
Proc that is called when aborting (can be nullptr)
Definition at line 70 of file genworld.cpp.
Referenced by CleanupGeneration(), GenerateWorld(), GenerateWorldSetAbortCallback(), and HandleGeneratingWorldAbortion().
|
inlinestatic |
The local_company before generating.
Definition at line 66 of file genworld.cpp.
Referenced by _GenerateWorld(), and GenerateWorld().
|
inlinestatic |
What mode are we making a world in.
Definition at line 65 of file genworld.cpp.
Referenced by _GenerateWorld(), and GenerateWorld().
|
inlinestatic |
Proc that is called when done (can be nullptr)
Definition at line 69 of file genworld.cpp.
Referenced by _GenerateWorld(), CleanupGeneration(), and GenerateWorldSetCallback().
|
inlinestatic |
|
inlinestatic |