OpenTTD Source 20241224-master-gee860a5c8e
|
Part of the network protocol handling Game Coordinator requests. More...
Go to the source code of this file.
Data Structures | |
class | ClientNetworkCoordinatorSocketHandler |
Game Coordinator communication. More... | |
Variables | |
ClientNetworkCoordinatorSocketHandler | _network_coordinator_client |
The connection to the Game Coordinator. | |
Part of the network protocol handling Game Coordinator requests.
Definition in file network_coordinator.h.
|
extern |
The connection to the Game Coordinator.
Definition at line 30 of file network_coordinator.cpp.
Referenced by NetworkAskRelayWindow::Close(), NetworkBackgroundLoop(), NetworkUpdateServerGameType(), NetworkGameWindow::OnClick(), NetworkAskRelayWindow::OnClick(), NetworkDirectConnecter::OnConnect(), NetworkReuseStunConnecter::OnConnect(), NetworkCoordinatorConnecter::OnConnect(), NetworkDirectConnecter::OnFailure(), NetworkReuseStunConnecter::OnFailure(), NetworkCoordinatorConnecter::OnFailure(), NetworkStunConnecter::OnFailure(), ClientNetworkTurnSocketHandler::Receive_TURN_CONNECTED(), ClientNetworkStunSocketHandler::SendReceive(), and TCPServerConnecter::TCPServerConnecter().