Skip to main content
Version: 2024-10-11

GameEventPlayerAssist

Player assisted someone to make a kill (only for CS2, Dota2, Apex and MLBB)

type GameEventPlayerAssist {
player: GamePlayer!
type: GameAssistType
victim: GameVictim
}

Fields

GameEventPlayerAssist.player ● GamePlayer! non-null object

The assisting player (not the one who made the kill)

GameEventPlayerAssist.type ● GameAssistType enum

The type of assist

GameEventPlayerAssist.victim ● GameVictim union

The victim of the assist (only for CS2, Apex and MLBB)

Implemented By

GameEventData union