GAME_LAUNCH

Name

GAME_LAUNCH -- Initializes the game with its seat data

Synopsis

GAME_LAUNCH ...
DataTypeExample
OpcodeControlToTableGAME_LAUNCH
Game module description file name, without suffixstringtictactoe
Number of seats at the tableinteger2
Number of spectatorsinteger0
Loop (depending on number of seats)
DataTypeExample
Seat typeGGZSeatTypeGGZ_SEAT_PLAYER
More data (cannot be displayed)------

Description

Initialization of game server with table settings

Message Data

None

Usage

Sent on game startup to configure the game server according to the table configuration as performed by the client of the game host. The player name is only sent for seats of type GGZ_SEAT_RESERVED or GGZ_SEAT_BOT, and may be empty ("") for anonymous bots.