|
OpenTTD Source
13.2.1
|
Information required to join a server. More...
#include <network_client.h>
Data Fields | |
| std::string | connection_string |
| The address of the server to join. | |
| CompanyID | company |
| The company to join. | |
| std::string | server_password |
| The password of the server to join. | |
| std::string | company_password |
| The password of the company to join. | |
Information required to join a server.
Definition at line 111 of file network_client.h.