C# Class PureTrundle.Trundle

Afficher le fichier Open project: Enochen/EloBuddy Class Usage Examples

Méthodes publiques

Свойство Type Description
Chomp Spell.Active
Menu Menu
Player AIHeroClient
R Spell.Targeted
W Spell.Skillshot

Méthodes publiques

Méthode 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 méthode

public static CreateMenu ( ) : void
Résultat void

GetOption() public static méthode

public static GetOption ( Menu menu, string option ) : dynamic
menu Menu
option string
Résultat dynamic

OnEndScene() public static méthode

public static OnEndScene ( EventArgs args ) : void
args System.EventArgs
Résultat void

OnGameLoad() public static méthode

public static OnGameLoad ( EventArgs args ) : void
args System.EventArgs
Résultat void

OnGapcloser() public static méthode

public static OnGapcloser ( Obj_AI_Base sender, Gapcloser args ) : void
sender Obj_AI_Base
args Gapcloser
Résultat void

OnInterruptableSpell() public static méthode

public static OnInterruptableSpell ( Obj_AI_Base sender, Interrupter args ) : void
sender Obj_AI_Base
args Interrupter
Résultat void

OnSpellCast() public static méthode

public static OnSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base
args GameObjectProcessSpellCastEventArgs
Résultat void

OnUpdate() public static méthode

public static OnUpdate ( EventArgs args ) : void
args System.EventArgs
Résultat void

Property Details

Chomp public_oe static_oe property

public static Spell.Active Chomp
Résultat Spell.Active

Menu public_oe static_oe property

public static Menu Menu
Résultat Menu

Player public_oe static_oe property

public static AIHeroClient Player
Résultat AIHeroClient

R public_oe static_oe property

public static Spell.Targeted R
Résultat Spell.Targeted

W public_oe static_oe property

public static Spell.Skillshot W
Résultat Spell.Skillshot