|
group2 0.1.0
CSE 125 Group 2
|
Event representing a player kill, sent from server to client for kill feed updates. More...
#include <NetKillEvent.hpp>
Public Attributes | |
| ClientId | killerId |
| ClientId | victimId |
| Health | killerHealth |
| BodyRegion | hitRegion = BodyRegion::UpperTorso |
| bool | isHeadshot = false |
Event representing a player kill, sent from server to client for kill feed updates.
| BodyRegion NetKillEvent::hitRegion = BodyRegion::UpperTorso |
| bool NetKillEvent::isHeadshot = false |
| Health NetKillEvent::killerHealth |
| ClientId NetKillEvent::killerId |
| ClientId NetKillEvent::victimId |