|
group2 0.1.0
CSE 125 Group 2
|
A single gameplay event produced by network input processing. More...
#include <Event.hpp>
Public Attributes | |
| ClientId | clientId |
| Originating client identifier. | |
| EventType | type |
| InputSnapshot | movementIntent = {} |
| Used when type == Input. | |
| ShotIntentPayload | shotIntent = {} |
| Used when type == ShotIntent (PR-27). | |
A single gameplay event produced by network input processing.
| ClientId Event::clientId |
Originating client identifier.
| InputSnapshot Event::movementIntent = {} |
Used when type == Input.
| ShotIntentPayload Event::shotIntent = {} |
Used when type == ShotIntent (PR-27).
| EventType Event::type |