OpenTTD Source 20241224-master-gf74b0cf984
Disaster Struct Reference

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.
 

Detailed Description

Definition at line 909 of file disaster_vehicle.cpp.

Field Documentation

◆ init_proc

DisasterInitProc* Disaster::init_proc

The init function for this disaster.

Definition at line 910 of file disaster_vehicle.cpp.

◆ max_year

TimerGameCalendar::Year Disaster::max_year

The last year this disaster will occur.

Definition at line 912 of file disaster_vehicle.cpp.

◆ min_year

TimerGameCalendar::Year Disaster::min_year

The first year this disaster will occur.

Definition at line 911 of file disaster_vehicle.cpp.


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