Edit on GitHub
GameService Client Shot Rotate/Aim
Summary
This packet relays how the user has rotated/adjusted the aim of their shot, so it can be relayed to all other
players in the room.
The response is GameService Server 0x0056 Shot Rotate Announce.
Aliases:
hsreina/pangya-server
: PLAYER_ACTION_ROTATE
eantoniobr/UGPangya
: PLAYER_GAME_ROTATE
Structure
Name | Type | Summary |
rotation_angle | f4 | Increments counterclockwise. |
Definition
meta:
id: gameservice_client_0013_shot_rotate
title: GameService Client Shot Rotate/Aim
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: rotation_angle
type: f4
Examples
No examples available. Contribute one?