GGZ Gaming Zone Client/Game Client Protocol Specification | ||
---|---|---|
<<< Previous | Next >>> |
GAME_PLAYER ... | ||
Data | Type | Example |
Opcode | ControlToTable | GAME_PLAYER |
Player name | string | player42 |
Is player spectator? | integer/boolean | 0 |
Seat number | integer | 1 |
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.
<<< Previous | Home | Next >>> |
GAME_SERVER_FD | Up | GAME_SEAT |