ParticipantFrameDamageStats class


A representation of the participant's damage stats in a ParticipantFrame.

Signature:

export declare class ParticipantFrameDamageStats 

Constructor

new ParticipantFrameDamageStats (data: ParticipantDamageStatsData)

Constructs a new instance of the ParticipantFrameDamageStats class.

Parameters:

ParameterTypeDescription
dataParticipantDamageStatsDataThe raw data from the API.

Properties

magicDamageDealt

The total amount of magic damage the participant dealt.

Type: Number


magicDamageDealtToChampions

The total amount of magic damage the participant dealt to enemy champions.

Type: Number


magicDamageTaken

The total amount of magic damage the participant took from the enemy.

Type: Number


physicalDamageDealt

The total amount of physical damage the participant dealt.

Type: Number


physicalDamageDealtToChampions

The total amount of physical damage the participant dealt to enemy champions.

Type: Number


physicalDamageTaken

The total amount of physical damage the participant took from the enemy.

Type: Number


totalDamageDealt

The total amount of damage the participant dealt.

Type: Number


totalDamageDealtToChampions

The total amount of damage the participant dealt to enemy champions.

Type: Number


totalDamageTaken

The total amount of damage the participant took from the enemy.

Type: Number


trueDamageDealt

The total amount of true damage the participant dealt.

Type: Number


trueDamageDealtToChampions

The total amount of true damage the participant dealt to enemy champions.

Type: Number


trueDamageTaken

The total amount of true damage the participant took from the enemy.

Type: Number


Table of Contents