Edit on GitHub

GameService Server Event Room Leave Response

Summary

This packet acknowledges the user has left an event room and returned to the Grand Prix event lobby.

It is the response to GameService Client 0x017A Event Room Leave.

Structure

gameservice_server_0254_event_room_leave_response

Name Type Summary
unknown_a u4 All examples are 0 (0x00000000).
room_number s2 The new room number, which is always -1 (0xFFFF) for the lobby.

Definition

meta:
  id: gameservice_server_0254_event_room_leave_response
  title: GameService Server Event Room Leave Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u4
  - id: room_number
    type: s2

Examples

No examples available. Contribute one?