Start Game Notification
data class StartGameNotification(var messageNumber: Int, val val1: Int, val playerNumber: Short, val numPlayers: Short) : StartGame, ServerMessage
Message sent from the server to all clients, informing that a game has started.
Shares a message type ID with StartGameRequest: 0x11.
Parameters
player Number
The player that triggered the game to start.
Properties
Link copied to clipboard
The total number of bytes the message takes up, including the message ID byte.
Link copied to clipboard
The 0-based enumeration indicating the order in which this message was sent/received for each server.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard