ChampionSpecialKillEvent class


A representation of the Champion special kill event.

Signature:

export declare class ChampionSpecialKillEvent extends TimelineEvent 

Extends: TimelineEvent

References: TimelineEvent


Constructor

new ChampionSpecialKillEvent (data: ChampionSpecialKillEventData)

Constructs a new instance of the ChampionSpecialKillEvent class.

Parameters:

ParameterTypeDescription
dataChampionSpecialKillEventDataThe raw data of the event.

Properties

killerId

The ID of the participant that performed the special kill.

Type: Number


killType

The type of the special kill.

Type: String


position

The position at which the special kill took place.

Type: Position


type

The type of the event.

Type: 'CHAMPION_SPECIAL_KILL'


Table of Contents