C# Class AutoSharp.Program

Afficher le fichier Open project: myo/Experimental

Méthodes publiques

Свойство Type Description
Config LeagueSharp.Common.Menu
Map Utility.Map.MapType
Orbwalker AutoSharp.Utils.MyOrbwalker.Orbwalker

Méthodes publiques

Méthode Description
AntiShrooms ( Obj_AI_Base sender, GameObjectIssueOrderEventArgs args ) : void
Init ( ) : void
Main ( string args ) : void
OnDamage ( AttackableUnit sender, AttackableUnitDamageEventArgs args ) : void

Private Methods

Méthode Description
AdvancedLoading ( EventArgs args ) : void
AntiShrooms2 ( EventArgs args ) : void
OnCastSpell ( Spellbook sender, SpellbookCastSpellEventArgs args ) : void
OnEnd ( GameEndEventArgs args ) : void

Method Details

AntiShrooms() public static méthode

public static AntiShrooms ( Obj_AI_Base sender, GameObjectIssueOrderEventArgs args ) : void
sender Obj_AI_Base
args GameObjectIssueOrderEventArgs
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

OnDamage() public static méthode

public static OnDamage ( AttackableUnit sender, AttackableUnitDamageEventArgs args ) : void
sender AttackableUnit
args AttackableUnitDamageEventArgs
Résultat void

Property Details

Config public_oe static_oe property

public static Menu,LeagueSharp.Common Config
Résultat LeagueSharp.Common.Menu

Map public_oe static_oe property

public static Utility.Map.MapType Map
Résultat Utility.Map.MapType

Orbwalker public_oe static_oe property

public static MyOrbwalker.Orbwalker,AutoSharp.Utils Orbwalker
Résultat AutoSharp.Utils.MyOrbwalker.Orbwalker