GAME_PLAYER

Name

GAME_PLAYER -- Assigns the player's seat on the table

Synopsis

GAME_PLAYER ...
DataTypeExample
OpcodeControlToTableGAME_PLAYER
Player namestringplayer42
Is player spectator?integer/boolean0
Seat numberinteger1

Description

Assigns the player's seat on the table. While usually GAME_SEAT and GAME_SPECTATOR_SEAT messages inform about seat assignments, this special message informs about the player's own seat so that the game can already arrange its settings early on.

Message Data

None

Usage

This message only appears during the WAITING state.