C# Class DZAIO_Reborn.Helpers.SkillsHelper

Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

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

Méthode Description
GetStringFromMode ( ModesMenuExtensions mode ) : string

Method Details

GetBaronReduction() public static méthode

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

GetDragonReduction() public static méthode

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

IsEnabledAndReady() public static méthode

public static IsEnabledAndReady ( this spell, ModesMenuExtensions mode ) : bool
spell this
mode ModesMenuExtensions
Résultat bool