Public Member Functions | Data Fields

AfterNewGRFScan Struct Reference

Callback structure of statements to be executed after the NewGRF scan. More...

Inheritance diagram for AfterNewGRFScan:
NewGRFScanCallback

Public Member Functions

 AfterNewGRFScan (bool *save_config_ptr)
 Create a new callback.
virtual void OnNewGRFsScanned ()
 Called whenever the NewGRF scan completed.

Data Fields

Year startyear
 The start year.
uint 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 NULL.
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_ptr
 The pointer to the save config setting.
bool save_config
 The save config setting.

Detailed Description

Callback structure of statements to be executed after the NewGRF scan.

Definition at line 380 of file openttd.cpp.


Constructor & Destructor Documentation

AfterNewGRFScan::AfterNewGRFScan ( bool *  save_config_ptr  )  [inline]

Create a new callback.

Parameters:
save_config_ptr Pointer to the save_config local variable which decides whether to save of exit or not.

Definition at line 396 of file openttd.cpp.


Member Function Documentation


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