Property | Type | Description | |
---|---|---|---|
Menu | Menu | ||
Player | AIHeroClient | ||
Q | Spell.Skillshot | ||
QStacks | int | ||
W | Spell.Active | ||
WaitQ | bool | ||
mainTarget | GameObject |
Method | Description | |
---|---|---|
CanR2 ( ) : bool | ||
Cancel ( ) : void | ||
CreateMenu ( ) : void | ||
OnDraw ( |
||
OnGameLoad ( |
||
OnSpellCast ( GameObject sender, GameObjectProcessSpellCastEventArgs args ) : void | ||
OnUpdate ( |
||
RState ( ) : bool | ||
SetupQ ( GameObject tar ) : void |
Method | Description | |
---|---|---|
OnPlayAnimation ( Obj_AI_Base sender, GameObjectPlayAnimationEventArgs args ) : void |
public static OnDraw ( |
||
args | ||
return | void |
public static OnGameLoad ( |
||
args | ||
return | void |
public static OnSpellCast ( GameObject sender, GameObjectProcessSpellCastEventArgs args ) : void | ||
sender | GameObject | |
args | GameObjectProcessSpellCastEventArgs | |
return | void |
public static OnUpdate ( |
||
args | ||
return | void |
public static SetupQ ( GameObject tar ) : void | ||
tar | GameObject | |
return | void |