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 |
Method | Description | |
---|---|---|
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 | |
return | bool |
public static GetColor ( this spell ) : Color | ||
spell | this | |
return | Color |
public static GetTarget ( this spell ) : AIHeroClient | ||
spell | this | |
return | AIHeroClient |
public static IsEnabled ( this spell, Orbwalker mode ) : bool | ||
spell | this | |
mode | Orbwalker | |
return | bool |
public static IsEnabledAndReady ( this spell, Orbwalker mode ) : bool | ||
spell | this | |
mode | Orbwalker | |
return | bool |