Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 805 Bytes

File metadata and controls

24 lines (18 loc) · 805 Bytes

0x16 Close

This empty message is sent by the MeetingHud object to close the meeting screen.

Note: This message is sent from the host of a game to all clients via 0x05 GameData.

Click here to view an example packet
01              # Reliable packet
00ae            # Nonce
090005          # Hazel message (tag of 0x05 = GameData)
    d3503f8a    # Game ID: -1975562029 (REDSUS)
    020002      # Hazel message (tag of 0x02 = RPC)
        6e      # Sender (MeetingHud) Net ID: 110
        16      # RPC Call ID: 22 (Close)

Previous section: 0x15 SnapTo
Next section: 0x17 VotingComplete