OpenTTD Source 20260208-master-g43af8e94d0
NetworkJoinInfo Struct Reference

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.

Detailed Description

Information required to join a server.

Definition at line 109 of file network_client.h.

Constructor & Destructor Documentation

◆ NetworkJoinInfo()

NetworkJoinInfo::NetworkJoinInfo ( )
inline

Definition at line 110 of file network_client.h.

Field Documentation

◆ company

CompanyID NetworkJoinInfo::company

The company to join.

Definition at line 112 of file network_client.h.

◆ connection_string

std::string NetworkJoinInfo::connection_string

The address of the server to join.

Definition at line 111 of file network_client.h.

◆ server_password

std::string NetworkJoinInfo::server_password

The password of the server to join.

Definition at line 113 of file network_client.h.


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