GameService Server Whisper Data
Summary
This packet relays incoming whisper messages.
See Also:
Structure
gameservice_server_0084_whisper_data
Name | Type | Summary |
---|---|---|
unknown_a | bytes[1] | Possible subtype. Only witnessed $00 (sent whisper). |
user_nickname | pstring | |
chat_message | pstring |
Definition
meta:
id: gameservice_server_0084_whisper_data
title: GameService Server Whisper Data
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 1
- id: user_nickname
type: pstring
- id: chat_message
type: pstring