C# Class Hellsing.Kalista.Damages

Show file Open project: Hellsing/EloBuddy-Addons Class Usage Examples

Public Properties

Property Type Description
QDamage Damage.DamageSourceBoundle

Public Methods

Method Description
GetRawRendDamage ( Obj_AI_Base target, int customStacks = -1, BuffInstance rendBuff = null ) : float
GetRendDamage ( AIHeroClient target ) : float
GetRendDamage ( Obj_AI_Base target, int customStacks = -1, BuffInstance rendBuff = null ) : float
IsRendKillable ( Obj_AI_Base target, float damage = null ) : bool

Private Methods

Method Description
Damages ( ) : EloBuddy

Method Details

GetRawRendDamage() public static method

public static GetRawRendDamage ( Obj_AI_Base target, int customStacks = -1, BuffInstance rendBuff = null ) : float
target Obj_AI_Base
customStacks int
rendBuff BuffInstance
return float

GetRendDamage() public static method

public static GetRendDamage ( AIHeroClient target ) : float
target AIHeroClient
return float

GetRendDamage() public static method

public static GetRendDamage ( Obj_AI_Base target, int customStacks = -1, BuffInstance rendBuff = null ) : float
target Obj_AI_Base
customStacks int
rendBuff BuffInstance
return float

IsRendKillable() public static method

public static IsRendKillable ( Obj_AI_Base target, float damage = null ) : bool
target Obj_AI_Base
damage float
return bool

Property Details

QDamage public static property

public static Damage.DamageSourceBoundle QDamage
return Damage.DamageSourceBoundle