C# Класс LelBlanc.Extension.DamageLibrary

Показать файл Открыть проект

Открытые методы

Метод Описание
CalculateDamage ( Obj_AI_Base target, bool q, bool w, bool e, bool r, bool ignite ) : float

Calculates Damage for LeBlanc

CalculateDamageUltimate ( Obj_AI_Base target, bool qr, bool wr, bool er ) : float

Calculates Damage for LeBlanc's Ultimates

Приватные методы

Метод Описание
EDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with E

EUltimateDamage ( Obj_AI_Base target ) : float

Returns the Damage of E Ultimate Form

MarkDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with the Mark

QDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with Q

QUltimateDamage ( Obj_AI_Base target ) : float

Returns the Damage of Q Ultimate Form

WDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with W

WUltimateDamage ( Obj_AI_Base target ) : float

Returns the Damage of W Ultimate Form

Описание методов

CalculateDamage() публичный статический Метод

Calculates Damage for LeBlanc
public static CalculateDamage ( Obj_AI_Base target, bool q, bool w, bool e, bool r, bool ignite ) : float
target Obj_AI_Base The Target
q bool The Q
w bool The W
e bool The E
r bool The R
ignite bool
Результат float

CalculateDamageUltimate() публичный статический Метод

Calculates Damage for LeBlanc's Ultimates
public static CalculateDamageUltimate ( Obj_AI_Base target, bool qr, bool wr, bool er ) : float
target Obj_AI_Base
qr bool
wr bool
er bool
Результат float