Edit on GitHub

GameService Client User Typing Indicator Status

Summary

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,

Structure

gameservice_client_0018_user_typing_indicator_status

Name Type Summary
typing_indicator s2 00 01 (1) indicates the player is typing, FF FF (-1) incidates the player is no longer typing.

Definition

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

Examples

Agent: TH.R6.829.01
00000000
18 00 01 00
....
Agent: TH.R6.829.01
00000000
18 00 ff ff
....