|
OpenTTD Source 20251117-master-g7398d2e290
|
Data Fields | |
| DisasterInitProc * | init_proc |
| The init function for this disaster. | |
| TimerGameCalendar::Year | min_year |
| The first year this disaster will occur. | |
| TimerGameCalendar::Year | max_year |
| The last year this disaster will occur. | |
Definition at line 905 of file disaster_vehicle.cpp.
| DisasterInitProc* Disaster::init_proc |
The init function for this disaster.
Definition at line 906 of file disaster_vehicle.cpp.
| TimerGameCalendar::Year Disaster::max_year |
The last year this disaster will occur.
Definition at line 908 of file disaster_vehicle.cpp.
| TimerGameCalendar::Year Disaster::min_year |
The first year this disaster will occur.
Definition at line 907 of file disaster_vehicle.cpp.