Edit on GitHub
This packet announces to players if a player is currently typing.
It is announced after a client sends GameService Client 0x0018 User Typing Incidator Status,
Name | Type | Summary |
---|---|---|
connection_id | u4 | Appears to be based on the player's number from the current server session |
typing_indicator | s2 | 00 01 (1) means typing, FF FF (-1) means not typing. |
meta:
id: gameservice_server_005d_user_typing_indicator_announce
title: GameService Server User Typing Indicator Announce
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: connection_id
type: u4
- id: typing_indicator
type: s2
00000000
packetId = 935d 00 data > connectionId = 404 00 00 00 data > typingIndicator = -1ff ff ].......
00000000
packetId = 935d 00 data > connectionId = 404 00 00 00 data > typingIndicator = 101 00 ].......
00000000
packetId = 935d 00 data > connectionId = 85355 03 00 00 data > typingIndicator = 101 00 ].U.....