GameVictimType
The type of the victim
enum GameVictimType {
ENTITY
PLAYER
}
Values
GameVictimType.ENTITY
When the victim of the kill was a entity
GameVictimType.PLAYER
When the victim of the kill was a player
Member Of
GameEventPlayerKill
object