TurretPlateDestroyedEvent class
A representation of the Turret place destroyed event.
Signature:
export declare class TurretPlateDestroyedEvent extends TimelineEvent Extends: TimelineEvent
References: TimelineEvent
Constructor
new TurretPlateDestroyedEvent (data: TurretPlateDestroyedEventData)Constructs a new instance of the TurretPlateDestroyedEvent class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TurretPlateDestroyedEventData | The raw data of the event. | 
Properties
killerId
The ID of the participant that destroyed the turret plating.
Type: Number
laneType
The lane of the turret plating that was destroyed.
Type: String
position
The position at which the turret plating was destroyed.
Type: Position
team
The team that destroyed the turret plating.
Type: "red" | "blue"
teamId
The ID of the team that destroyed the turret plating.
Type: 100 | 200
type
The type of the event.
Type: 'TURRET_PLATE_DESTROYED'
Table of Contents
