Edit on GitHub

GameService Client User Information Request

Summary

This packet requests information on another user, typically when the 'User Info' screen is opened.

The responses are, if a (valid) user_id has been specified:

The response is, if user_id == 0x00000000 (or potentially if otherwise invalid):

Aliases:

Structure

gameservice_client_002f_user_information_request

Name Type Summary
user_id u4 ID of target.
request_type u1

Enums

request_type

Key Value
request_type::total 0
request_type::season 5

Definition

meta:
  id: gameservice_client_002f_user_information_request
  title: GameService Client User Information Request
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: user_id
    type: u4
  - id: request_type
    type: u1
    enum: request_type
enums:
  request_type:
    0: total
    5: season

Examples

No examples available. Contribute one?