C# 클래스 LelBlanc.Extension.DamageLibrary

파일 보기 프로젝트 열기: KarmaPanda/EloBuddy

공개 메소드들

메소드 설명
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