C# Class hi_im_gosu.Vayne

显示文件 Open project: blm95/LeagueSharp2

Public Properties

Property 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

Public Methods

Method 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

Method Description
Main ( string args ) : void
MoveToLimited ( System.Vector3 where ) : void
TumbleHandler ( ) : void

Method Details

Game_OnGameLoad() public static method

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

Game_OnGameUpdate() public static method

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

Game_ProcessSpell() public static method

public static Game_ProcessSpell ( Obj_AI_Base hero, GameObjectProcessSpellCastEventArgs args ) : void
hero Obj_AI_Base
args GameObjectProcessSpellCastEventArgs
return void

Normalize() public static method

public static Normalize ( System.Vector3 A ) : System.Vector3
A System.Vector3
return System.Vector3

Orbwalking_AfterAttack() public static method

public static Orbwalking_AfterAttack ( AttackableUnit unit, AttackableUnit target ) : void
unit AttackableUnit
target AttackableUnit
return void

Property Details

E public_oe static_oe property

public static Spell,LeagueSharp.Common E
return LeagueSharp.Common.Spell

Player public_oe static_oe property

public static Obj_AI_Hero Player
return Obj_AI_Hero

Q public_oe static_oe property

public static Spell,LeagueSharp.Common Q
return LeagueSharp.Common.Spell

gapcloser public_oe static_oe property

public static string[] gapcloser
return string[]

interrupt public_oe static_oe property

public static string[] interrupt
return string[]

menu public_oe static_oe property

public static Menu,LeagueSharp.Common menu
return LeagueSharp.Common.Menu

notarget public_oe static_oe property

public static string[] notarget
return string[]

orbwalker public_oe static_oe property

public static Orbwalking.Orbwalker,LeagueSharp.Common orbwalker
return LeagueSharp.Common.Orbwalking.Orbwalker

spellData public_oe static_oe property

public static Dictionary spellData
return SpellSlot>.Dictionary

tar public_oe static_oe property

public static Obj_AI_Hero tar
return Obj_AI_Hero