Property | Type | Description | |
---|---|---|---|
Chomp | Spell.Active | ||
Menu | Menu | ||
Player | AIHeroClient | ||
R | Spell.Targeted | ||
W | Spell.Skillshot |
Method | Description | |
---|---|---|
CreateMenu ( ) : void | ||
GetOption ( Menu menu, string option ) : dynamic | ||
OnEndScene ( |
||
OnGameLoad ( |
||
OnGapcloser ( Obj_AI_Base sender, Gapcloser args ) : void | ||
OnInterruptableSpell ( Obj_AI_Base sender, Interrupter args ) : void | ||
OnSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void | ||
OnUpdate ( |
public static GetOption ( Menu menu, string option ) : dynamic | ||
menu | Menu | |
option | string | |
return | dynamic |
public static OnEndScene ( |
||
args | ||
return | void |
public static OnGameLoad ( |
||
args | ||
return | void |
public static OnGapcloser ( Obj_AI_Base sender, Gapcloser args ) : void | ||
sender | Obj_AI_Base | |
args | Gapcloser | |
return | void |
public static OnInterruptableSpell ( Obj_AI_Base sender, Interrupter args ) : void | ||
sender | Obj_AI_Base | |
args | Interrupter | |
return | void |
public static OnSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void | ||
sender | Obj_AI_Base | |
args | GameObjectProcessSpellCastEventArgs | |
return | void |
public static OnUpdate ( |
||
args | ||
return | void |