Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 692 Bytes

05_gamedata.md

File metadata and controls

14 lines (9 loc) · 692 Bytes

0x05 GameData

Every GameData message starts out with the same data, outlined in the table below.

Type Name Description
int32 Game ID The ID (code) of the game

See GameData and GameDataTo Message Types for details on each possible message that may be contained in this message type, taking note that the data described in the table above is omitted from the breakdown of those messages.


Previous section: 0x04 RemovePlayer
Next section: 0x06 GameDataTo