OpenTTD Source
1.11.0-beta2
|
Callback structure of statements to be executed after the NewGRF scan. More...
Public Member Functions | |
AfterNewGRFScan () | |
Create a new callback. | |
virtual void | OnNewGRFsScanned () |
Called whenever the NewGRF scan completed. | |
![]() | |
virtual | ~NewGRFScanCallback () |
Make sure the right destructor gets called. | |
Data Fields | |
Year | startyear |
The start year. | |
uint32 | generation_seed |
Seed for the new game. | |
char * | dedicated_host |
Hostname for the dedicated server. | |
uint16 | dedicated_port |
Port for the dedicated server. | |
char * | network_conn |
Information about the server to connect to, or nullptr. | |
const char * | join_server_password |
The password to join the server with. | |
const char * | join_company_password |
The password to join the company with. | |
bool | save_config |
The save config setting. | |
Callback structure of statements to be executed after the NewGRF scan.
Definition at line 404 of file openttd.cpp.