OpenTTD Source  20240917-master-g9ab0a47812
network_base.h File Reference

Go to the source code of this file.

Data Structures

struct  NetworkClientInfo
 Container for all information known about a client. More...
 

Typedefs

typedef Pool< NetworkClientInfo, ClientIndex, 8, MAX_CLIENT_SLOTS, PT_NCLIENTNetworkClientInfoPool
 Type for the pool with client information.
 

Variables

NetworkClientInfoPool _networkclientinfo_pool
 Make sure both pools have the same size. More...
 

Detailed Description

Base core network types and some helper functions to access them.

Definition in file network_base.h.

Variable Documentation

◆ _networkclientinfo_pool

NetworkClientInfoPool _networkclientinfo_pool

Make sure both pools have the same size.

The pool with client information.