C# 클래스 Olaf.Program

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

공개 프로퍼티들

프로퍼티 타입 설명
ComboActive bool
E LeagueSharp.Common.Spell
Menu LeagueSharp.Common.Menu
Orbwalker LeagueSharp.Common.Orbwalking.Orbwalker
Q LeagueSharp.Common.Spell
R LeagueSharp.Common.Spell
SpellList List
SumIgnite SpellSlot
W LeagueSharp.Common.Spell
useQ bool

공개 메소드들

메소드 설명
Game_OnUpdate ( EventArgs args ) : void
Game_Start ( EventArgs args ) : void
Main ( string args ) : void

비공개 메소드들

메소드 설명
Drawing_OnDraw ( EventArgs args ) : void

메소드 상세

Game_OnUpdate() 공개 정적인 메소드

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

Game_Start() 공개 정적인 메소드

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

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

프로퍼티 상세

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

public static bool ComboActive
리턴 bool

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

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

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

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

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

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

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

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

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

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

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

public static List SpellList
리턴 List

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

public static SpellSlot SumIgnite
리턴 SpellSlot

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

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

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

public static bool useQ
리턴 bool