Edit on GitHub

GameService Client Shot Club Change

Summary

This packet relays how the user has changed their active club, so it can be relayed to all other players in the room.

The response is GameService Server 0x0059 Shot Club Change Announce.

Aliases:

Structure

gameservice_client_0016_shot_club_change

Name Type Summary
club u1 The user's new active club.

Enums

club

Key Value
club::club_1_wood 0
club::club_2_wood 1
club::club_3_wood 2
club::club_2_iron 3
club::club_3_iron 4
club::club_4_iron 5
club::club_5_iron 6
club::club_6_iron 7
club::club_7_iron 8
club::club_8_iron 9
club::club_9_iron 10
club::club_putting_wedge 11
club::club_sand_wedge 12
club::club_putter 13

Definition

meta:
  id: gameservice_client_0016_shot_club_change
  title: GameService Client Shot Club Change
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: club
    type: u1
    enum: club
enums:
  club:
    0: club_1_wood
    1: club_2_wood
    2: club_3_wood
    3: club_2_iron
    4: club_3_iron
    5: club_4_iron
    6: club_5_iron
    7: club_6_iron
    8: club_7_iron
    9: club_8_iron
    10: club_9_iron
    11: club_putting_wedge
    12: club_sand_wedge
    13: club_putter

Examples

No examples available. Contribute one?