Edit on GitHub
GameService Client Room Invite Send
Summary
This packet is an invitation to another player to join a particular gameroom.
It is sent in tandem with GameService Client 0x0029 Room Invite Send.
The responses are:
Structure
Name | Type | Summary |
user_nickname_invitee | pstring | |
user_id_invitee | u4 | |
Definition
meta:
id: gameservice_client_00ba_room_invite_send
title: GameService Client Room Invite Send
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: user_nickname_invitee
type: pstring
- id: user_id_invitee
type: u4
Examples
No examples available. Contribute one?