Edit on GitHub

GameService Client User Team Change

Summary

This packet signals a user switching teams in a team-based room.

The response is GameService Server 0x007D User Team Change Announce.

Aliases:

Structure

gameservice_client_0010_user_team_change

Name Type Summary
team_value u1

Enums

team_value

Key Value
team_value::team_red 0
team_value::team_blue 1

Definition

meta:
  id: gameservice_client_0010_user_team_change
  title: GameService Client User Team Change
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: team_value
    type: u1
    enum: team_value
enums:
  team_value:
    0: team_red
    1: team_blue

Examples

No examples available. Contribute one?