Edit on GitHub

GameService Client Event Room Leave

Summary

This packet signals the user leaving a room and returning to the Grand Prix event lobby.

The response is GameService Server 0x0254 Event Room Leave Response.

Aliases:

Structure

gameservice_client_017a_event_room_leave

Name Type Summary
unknown_a u1 All examples are 0 (0x00).
room_number s2 The new room number, which is always -1 (0xFFFF) for the lobby.
unknown_b u4
unknown_c bytes[4]
unknown_d u4
unknown_e bytes[4]

Definition

meta:
  id: gameservice_client_017a_event_room_leave
  title: GameService Client Event Room Leave
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u1
  - id: room_number
    type: s2
  - id: unknown_b
    type: u4
  - id: unknown_c
    size: 4
  - id: unknown_d
    type: u4
  - id: unknown_e
    size: 4

Examples

No examples available. Contribute one?