C# Class VayneHunter_Reborn.External.Evade.SpellDatabase

Exibir arquivo Open project: DZ191/LeagueSharp

Public Properties

Property Type Description
Spells List

Public Methods

Method 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

Method Description
SpellDatabase ( ) : System

Method Details

GetByMissileName() public static method

public static GetByMissileName ( string missileSpellName ) : VayneHunter_Reborn.External.Evade.SpellData
missileSpellName string
return VayneHunter_Reborn.External.Evade.SpellData

GetByName() public static method

public static GetByName ( string spellName ) : VayneHunter_Reborn.External.Evade.SpellData
spellName string
return VayneHunter_Reborn.External.Evade.SpellData

GetBySpeed() public static method

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

Property Details

Spells public_oe static_oe property

public static List Spells
return List