Edit on GitHub
This packet relays the user's new rotation 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 0x0013 Shot Rotate/Aim.
Name | Type | Summary |
---|---|---|
connection_id | u4 | The user's connection ID who has rotated their shot. |
rotation_angle | f4 | Increments counterclockwise. |
meta:
id: gameservice_server_0056_shot_rotate_announce
title: GameService Server Shot Rotate/Aim Announce
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: connection_id
type: u4
- id: rotation_angle
type: f4