Edit on GitHub

GameService Server User Team Change Announce

Summary

This packet announces a user changing teams to all other users in the team-based room.

It is the response to GameService Client 0x0010 User Team Change.

Structure

gameservice_server_007d_user_team_change_announce

Name Type Summary
connection_id u4 Connection ID of the relevant user.
team_value u1

Enums

team_value

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

Definition

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

Examples

No examples available. Contribute one?