C# Class hi_im_gosu.Vayne

Afficher le fichier Open project: blm95/LeagueSharp2

Méthodes publiques

Свойство Type Description
E LeagueSharp.Common.Spell
Player Obj_AI_Hero
Q LeagueSharp.Common.Spell
gapcloser string[]
interrupt string[]
menu LeagueSharp.Common.Menu
notarget string[]
orbwalker LeagueSharp.Common.Orbwalking.Orbwalker
spellData SpellSlot>.Dictionary
tar Obj_AI_Hero

Méthodes publiques

Méthode Description
Game_OnGameLoad ( EventArgs args ) : void
Game_OnGameUpdate ( EventArgs args ) : void
Game_ProcessSpell ( Obj_AI_Base hero, GameObjectProcessSpellCastEventArgs args ) : void
Normalize ( System.Vector3 A ) : System.Vector3
Orbwalking_AfterAttack ( AttackableUnit unit, AttackableUnit target ) : void

Private Methods

Méthode Description
Main ( string args ) : void
MoveToLimited ( System.Vector3 where ) : void
TumbleHandler ( ) : void

Method Details

Game_OnGameLoad() public static méthode

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

Game_OnGameUpdate() public static méthode

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

Game_ProcessSpell() public static méthode

public static Game_ProcessSpell ( Obj_AI_Base hero, GameObjectProcessSpellCastEventArgs args ) : void
hero Obj_AI_Base
args GameObjectProcessSpellCastEventArgs
Résultat void

Normalize() public static méthode

public static Normalize ( System.Vector3 A ) : System.Vector3
A System.Vector3
Résultat System.Vector3

Orbwalking_AfterAttack() public static méthode

public static Orbwalking_AfterAttack ( AttackableUnit unit, AttackableUnit target ) : void
unit AttackableUnit
target AttackableUnit
Résultat void

Property Details

E public_oe static_oe property

public static Spell,LeagueSharp.Common E
Résultat LeagueSharp.Common.Spell

Player public_oe static_oe property

public static Obj_AI_Hero Player
Résultat Obj_AI_Hero

Q public_oe static_oe property

public static Spell,LeagueSharp.Common Q
Résultat LeagueSharp.Common.Spell

gapcloser public_oe static_oe property

public static string[] gapcloser
Résultat string[]

interrupt public_oe static_oe property

public static string[] interrupt
Résultat string[]

menu public_oe static_oe property

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

notarget public_oe static_oe property

public static string[] notarget
Résultat string[]

orbwalker public_oe static_oe property

public static Orbwalking.Orbwalker,LeagueSharp.Common orbwalker
Résultat LeagueSharp.Common.Orbwalking.Orbwalker

spellData public_oe static_oe property

public static Dictionary spellData
Résultat SpellSlot>.Dictionary

tar public_oe static_oe property

public static Obj_AI_Hero tar
Résultat Obj_AI_Hero