C# Class Xerath.SpellManager

Mostrar archivo Open project: Hellsing/EloBuddy-Addons

Public Methods

Method Description
CastOnBestTarget ( this spell ) : bool
GetColor ( this spell ) : Color
GetTarget ( this spell ) : AIHeroClient
Initialize ( ) : void
IsEnabled ( this spell, Orbwalker mode ) : bool
IsEnabledAndReady ( this spell, Orbwalker mode ) : bool

Private Methods

Method Description
OnKeyUp ( Messages args ) : void
OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnTick ( EventArgs args ) : void
ToArgb ( this color, byte a ) : Color

Method Details

CastOnBestTarget() public static method

public static CastOnBestTarget ( this spell ) : bool
spell this
return bool

GetColor() public static method

public static GetColor ( this spell ) : Color
spell this
return Color

GetTarget() public static method

public static GetTarget ( this spell ) : AIHeroClient
spell this
return AIHeroClient

Initialize() public static method

public static Initialize ( ) : void
return void

IsEnabled() public static method

public static IsEnabled ( this spell, Orbwalker mode ) : bool
spell this
mode Orbwalker
return bool

IsEnabledAndReady() public static method

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