Edit on GitHub

GameService Server Shot Rotate/Aim Announce

Summary

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.

Structure

gameservice_server_0056_shot_rotate_announce

Name Type Summary
connection_id u4 The user's connection ID who has rotated their shot.
rotation_angle f4 Increments counterclockwise.

Definition

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

Examples

No examples available. Contribute one?