C# 클래스 hi_im_gosu.Vayne

파일 보기 프로젝트 열기: blm95/LeagueSharp2

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Main ( string args ) : void
MoveToLimited ( System.Vector3 where ) : void
TumbleHandler ( ) : void

메소드 상세

Game_OnGameLoad() 공개 정적인 메소드

public static Game_OnGameLoad ( EventArgs args ) : void
args System.EventArgs
리턴 void

Game_OnGameUpdate() 공개 정적인 메소드

public static Game_OnGameUpdate ( EventArgs args ) : void
args System.EventArgs
리턴 void

Game_ProcessSpell() 공개 정적인 메소드

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

Normalize() 공개 정적인 메소드

public static Normalize ( System.Vector3 A ) : System.Vector3
A System.Vector3
리턴 System.Vector3

Orbwalking_AfterAttack() 공개 정적인 메소드

public static Orbwalking_AfterAttack ( AttackableUnit unit, AttackableUnit target ) : void
unit AttackableUnit
target AttackableUnit
리턴 void

프로퍼티 상세

E 공개적으로 정적으로 프로퍼티

public static Spell,LeagueSharp.Common E
리턴 LeagueSharp.Common.Spell

Player 공개적으로 정적으로 프로퍼티

public static Obj_AI_Hero Player
리턴 Obj_AI_Hero

Q 공개적으로 정적으로 프로퍼티

public static Spell,LeagueSharp.Common Q
리턴 LeagueSharp.Common.Spell

gapcloser 공개적으로 정적으로 프로퍼티

public static string[] gapcloser
리턴 string[]

interrupt 공개적으로 정적으로 프로퍼티

public static string[] interrupt
리턴 string[]

menu 공개적으로 정적으로 프로퍼티

public static Menu,LeagueSharp.Common menu
리턴 LeagueSharp.Common.Menu

notarget 공개적으로 정적으로 프로퍼티

public static string[] notarget
리턴 string[]

orbwalker 공개적으로 정적으로 프로퍼티

public static Orbwalking.Orbwalker,LeagueSharp.Common orbwalker
리턴 LeagueSharp.Common.Orbwalking.Orbwalker

spellData 공개적으로 정적으로 프로퍼티

public static Dictionary spellData
리턴 SpellSlot>.Dictionary

tar 공개적으로 정적으로 프로퍼티

public static Obj_AI_Hero tar
리턴 Obj_AI_Hero