C# Class DamageLibrary, EloBuddy

DamageLibrary Class for Teemo Spells.
Mostra file Open project: KarmaPanda/EloBuddy Class Usage Examples

Public Methods

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

Calculates and returns damage totally done to the target

Private Methods

Method Description
QDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with Q

RDamage ( Obj_AI_Base target ) : float

Calculates the Damage Done with R

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 useR ) : float
target Obj_AI_Base The Target
useQ bool Include Q in Calculations?
useR bool Include R in Calculations?
return float