C# Class DamageLibrary, EloBuddy

DamageLibrary Class for Teemo Spells.
Afficher le fichier Open project: KarmaPanda/EloBuddy Class Usage Examples

Méthodes publiques

Méthode Description
CalculateDamage ( Obj_AI_Base target, bool useQ, bool useR ) : float

Calculates and returns damage totally done to the target

Private Methods

Méthode 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 méthode

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?
Résultat float