C# Класс Xerath.SpellManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
OnKeyUp ( Messages args ) : void
OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnTick ( EventArgs args ) : void
ToArgb ( this color, byte a ) : Color

Описание методов

CastOnBestTarget() публичный статический Метод

public static CastOnBestTarget ( this spell ) : bool
spell this
Результат bool

GetColor() публичный статический Метод

public static GetColor ( this spell ) : Color
spell this
Результат Color

GetTarget() публичный статический Метод

public static GetTarget ( this spell ) : AIHeroClient
spell this
Результат AIHeroClient

Initialize() публичный статический Метод

public static Initialize ( ) : void
Результат void

IsEnabled() публичный статический Метод

public static IsEnabled ( this spell, Orbwalker mode ) : bool
spell this
mode Orbwalker
Результат bool

IsEnabledAndReady() публичный статический Метод

public static IsEnabledAndReady ( this spell, Orbwalker mode ) : bool
spell this
mode Orbwalker
Результат bool