PlayerInfo

Stores information about one player

Members

Variables

isConnected
bool isConnected;

Whether the player is currently connected or not

nickname
string nickname;

The player nickname

playerID
int playerID;

The player unique identifier (in [0..nbPlayers[)

remoteAddress
string remoteAddress;

The player socket remote address

Meta