Метод | Описание | |
---|---|---|
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 ( |
||
ToArgb ( this color, byte a ) : Color |
public static CastOnBestTarget ( this spell ) : bool | ||
spell | this | |
Результат | bool |
public static GetColor ( this spell ) : Color | ||
spell | this | |
Результат | Color |
public static GetTarget ( this spell ) : AIHeroClient | ||
spell | this | |
Результат | AIHeroClient |
public static IsEnabled ( this spell, Orbwalker mode ) : bool | ||
spell | this | |
mode | Orbwalker | |
Результат | bool |
public static IsEnabledAndReady ( this spell, Orbwalker mode ) : bool | ||
spell | this | |
mode | Orbwalker | |
Результат | bool |