C# Class PureTrundle.Trundle

Show file Open project: Enochen/EloBuddy Class Usage Examples

Public Properties

Property Type Description
Chomp Spell.Active
Menu Menu
Player AIHeroClient
R Spell.Targeted
W Spell.Skillshot

Public Methods

Method Description
CreateMenu ( ) : void
GetOption ( Menu menu, string option ) : dynamic
OnEndScene ( EventArgs args ) : void
OnGameLoad ( EventArgs args ) : void
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 ( EventArgs args ) : void

Method Details

CreateMenu() public static method

public static CreateMenu ( ) : void
return void

GetOption() public static method

public static GetOption ( Menu menu, string option ) : dynamic
menu Menu
option string
return dynamic

OnEndScene() public static method

public static OnEndScene ( EventArgs args ) : void
args System.EventArgs
return void

OnGameLoad() public static method

public static OnGameLoad ( EventArgs args ) : void
args System.EventArgs
return void

OnGapcloser() public static method

public static OnGapcloser ( Obj_AI_Base sender, Gapcloser args ) : void
sender Obj_AI_Base
args Gapcloser
return void

OnInterruptableSpell() public static method

public static OnInterruptableSpell ( Obj_AI_Base sender, Interrupter args ) : void
sender Obj_AI_Base
args Interrupter
return void

OnSpellCast() public static method

public static OnSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base
args GameObjectProcessSpellCastEventArgs
return void

OnUpdate() public static method

public static OnUpdate ( EventArgs args ) : void
args System.EventArgs
return void

Property Details

Chomp public static property

public static Spell.Active Chomp
return Spell.Active

Menu public static property

public static Menu Menu
return Menu

Player public static property

public static AIHeroClient Player
return AIHeroClient

R public static property

public static Spell.Targeted R
return Spell.Targeted

W public static property

public static Spell.Skillshot W
return Spell.Skillshot