Edit on GitHub
GameService Server Room Leave Response
Summary
This packet acknowledges the user has left a room and returned to the multiplayer lobby.
It is a response to:
Structure
Name | Type | Summary |
room_number | s2 | The new room number, which is always -1 (0xFFFF) for the lobby. |
Definition
meta:
id: gameservice_server_004c_room_leave_response
title: GameService Server Room Leave Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: room_number
type: s2
Examples
No examples available. Contribute one?