PLAYER

Name

PLAYER --  List entry describing one player.

Synopsis

<PLAYER ID="id" TYPE="type" TABLE="table" LAG="lag"/>
DataTypeExample
IDstringGrubby
TYPEstringguest
TABLEint-1
LAGint1

Description

List entry containing the description of one player

Message Data

ID

Unique identifier of this player

TYPE

Player type (can be 'guest', 'normal' or 'admin')

TABLE

ID number of table at which player is "sitting" or -1 if the player is not at a table.

LAG

Lag value of the player, which ranges from zero (ideal connection) to five (slow connection).


Usage

The PLAYER is contained in a list sent from the server to the client in response to LIST request tag of type 'player'.