C# Class VayneHunter_Reborn.External.Evade.SpellDatabase

Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

Свойство Type Description
Spells List

Méthodes publiques

Méthode Description
GetByMissileName ( string missileSpellName ) : VayneHunter_Reborn.External.Evade.SpellData
GetByName ( string spellName ) : VayneHunter_Reborn.External.Evade.SpellData
GetBySpeed ( string ChampionName, int speed, int id = -1 ) : VayneHunter_Reborn.External.Evade.SpellData

Private Methods

Méthode Description
SpellDatabase ( ) : System

Method Details

GetByMissileName() public static méthode

public static GetByMissileName ( string missileSpellName ) : VayneHunter_Reborn.External.Evade.SpellData
missileSpellName string
Résultat VayneHunter_Reborn.External.Evade.SpellData

GetByName() public static méthode

public static GetByName ( string spellName ) : VayneHunter_Reborn.External.Evade.SpellData
spellName string
Résultat VayneHunter_Reborn.External.Evade.SpellData

GetBySpeed() public static méthode

public static GetBySpeed ( string ChampionName, int speed, int id = -1 ) : VayneHunter_Reborn.External.Evade.SpellData
ChampionName string
speed int
id int
Résultat VayneHunter_Reborn.External.Evade.SpellData

Property Details

Spells public_oe static_oe property

public static List Spells
Résultat List