C# Class DZAIO_Reborn.Helpers.SkillsHelper

Exibir arquivo Open project: DZ191/LeagueSharp

Public Methods

Method Description
GetBaronReduction ( this spell, Obj_AI_Base target ) : float

Gets the baron reduction.

GetDragonReduction ( this spell, Obj_AI_Base target ) : float

Gets the dragon reduction.

IsEnabledAndReady ( this spell, ModesMenuExtensions mode ) : bool

Private Methods

Method Description
GetStringFromMode ( ModesMenuExtensions mode ) : string

Method Details

GetBaronReduction() public static method

Gets the baron reduction.
public static GetBaronReduction ( this spell, Obj_AI_Base target ) : float
spell this The Spell
target Obj_AI_Base The target.
return float

GetDragonReduction() public static method

Gets the dragon reduction.
public static GetDragonReduction ( this spell, Obj_AI_Base target ) : float
spell this The Spell
target Obj_AI_Base The target.
return float

IsEnabledAndReady() public static method

public static IsEnabledAndReady ( this spell, ModesMenuExtensions mode ) : bool
spell this
mode ModesMenuExtensions
return bool