WardKillEvent class
A representation of the ward kill event.
Signature:
export declare class WardKillEvent extends TimelineEvent
Extends: TimelineEvent
References: TimelineEvent
Constructor
new WardKillEvent (data: WardKillEventData)
Constructs a new instance of the WardKillEvent
class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | WardKillEventData | The raw data of the event. |
Properties
killerId
The ID of the participant that killed the ward.
Type: Number
type
The type of the event.
Type: 'WARD_KILL'
wardType
The type of the ward that was killed.
Type: String
Table of Contents