Edit on GitHub
Sends a message to the server indicating that the client player is currently typing.
For the server side response, see GameService Server 0x005d User Typing Incidator Announce,
Name | Type | Summary |
---|---|---|
typing_indicator | s2 | 00 01 (1) indicates the player is typing, FF FF (-1) incidates the player is no longer typing. |
meta:
id: gameservice_client_0018_user_typing_indicator_status
title: GameService Client User Typing Indicator Status
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: typing_indicator
type: s2
00000000
packetId = 2418 00 data > typingIndicator = 101 00 ....
00000000
packetId = 2418 00 data > typingIndicator = -1ff ff ....