OpenTTD Source
12.0-beta2
|
Go to the documentation of this file.
13 #include "../company_type.h"
14 #include "../date_type.h"
15 #include "../economy_type.h"
16 #include "../window_type.h"
22 void ShowJoinStatusWindow();
23 void ShowNetworkGameWindow();
24 void ShowClientList();
25 void ShowNetworkCompanyPasswordWindow(
Window *parent);
26 void ShowNetworkAskRelay(
const std::string &server_connection_string,
const std::string &relay_connection_string,
const std::string &token);
Simple calculated statistics of a company.
Year inaugurated_year
What year the company started in.
DestType
Destination of our chat messages.
std::string clients
The clients that control this company (Name1, name2, ..)
Money company_value
The company value.
int32 Year
Type for the year, note: 0 based, i.e. starts at the year 0.
void ShowNetworkChatQueryWindow(DestType type, int dest)
Show the chat window.
std::string company_name
Company name.
NetworkPasswordType
The type of password we're asking for.
Money money
The amount of money the company has.
uint16 performance
What was his performance last month?
void ShowNetworkAskRelay(const std::string &server_connection_string, const std::string &relay_connection_string, const std::string &token)
Show a modal confirmation window with "no" / "yes, once" / "yes, always" buttons.
Money income
How much did the company earn last year.
Data structure for an opened window.
Company information stored at the client side.
bool use_password
Is there a password.