Edit on GitHub
This packet relays a user's changed club value to all players.
As with all other shot announce packets, it is not relayed during tournaments/simultaneous play.
This is a response to GameService Client 0x0016 Shot Club Change.
Name | Type | Summary |
---|---|---|
connection_id | u4 | The user's connection ID who has rotated their shot. |
club | u1 | The user's new active club. |
meta:
id: gameservice_server_0059_shot_club_change_announce
title: GameService Server Shot Club Change Announce
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: connection_id
type: u4
- 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