C# Class Jinx.Essentials.DamageLibrary

DamageLibrary Class for Jinx Spells.
ファイルを表示 Open project: KarmaPanda/EloBuddy

Public Methods

Method Description
CalculateDamage ( Obj_AI_Base target, bool useQ, bool useW, bool useE, bool useR ) : float

Calculates and returns damage totally done to the Target

Private Methods

Method Description
EDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with E

QDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with Q

RDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with R

WDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with W

Method Details

CalculateDamage() public static method

Calculates and returns damage totally done to the Target
public static CalculateDamage ( Obj_AI_Base target, bool useQ, bool useW, bool useE, bool useR ) : float
target Obj_AI_Base The Target
useQ bool Include Q in Calculations?
useW bool Include W in Calculations?
useE bool Include E in Calculations?
useR bool Include R in Calculations?
return float