|
group2 0.1.0
CSE 125 Group 2
|
ECS component: information about the entity that killed this player. More...
#include <DeathInfo.hpp>
Public Attributes | |
| ClientId | killerId |
| Client ID of the killer. | |
| Health | killerHealth |
| Killer's health snapshot at time of the kill. | |
ECS component: information about the entity that killed this player.
Attached on death, removed on respawn. Used by the client to display the killer's health bar in the death screen.
| Health DeathInfo::killerHealth |
Killer's health snapshot at time of the kill.