Method | Description | |
---|---|---|
CalculateDamage ( Obj_AI_Base target, bool useQ, bool useR ) : float |
Calculates and returns damage totally done to the target
|
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
|
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 |