GameEventPlayerKill
Player killed a victim (only for CS2, Dota2, Apex and MLBB)
type GameEventPlayerKill {
attributes: [GameEventPlayerKillAttributes]
classification: GameKillClassification
item: GameItem
player: GamePlayer!
victim: GameVictim
victimType: GameVictimType!
}
Fields
GameEventPlayerKill.attributes
● [GameEventPlayerKillAttributes]
list enum
Additional attributes of a player kill
GameEventPlayerKill.classification
● GameKillClassification
enum
Classification of a kill in the game
GameEventPlayerKill.item
● GameItem
object
The item used by the player for the kill (only for CS2 and Apex)
GameEventPlayerKill.player
● GamePlayer!
non-null object
The player who made the kill
GameEventPlayerKill.victim
● GameVictim
union
The victim of the kill
GameEventPlayerKill.victimType
● GameVictimType!
non-null enum
The type of the victim
Implemented By
GameEventData
union