C# 클래스 BlackFeeder.Entry

파일 보기 프로젝트 열기: blacky/LeagueSharp

공개 프로퍼티들

프로퍼티 타입 설명
BotVectorReached bool
ListChamp List
Menu LeagueSharp.Common.Menu
TopVectorReached bool

공개 메소드들

메소드 설명
OnLoad ( EventArgs args ) : void
ShowNotification ( string message, Color color, int duration = -1, bool dispose = true ) : LeagueSharp.Common.Notification

비공개 메소드들

메소드 설명
Feed ( ) : void
Laughing ( ) : void
Messages ( ) : void
OnEnd ( EventArgs args ) : void
OnIssueOrder ( Obj_AI_Base sender, GameObjectIssueOrderEventArgs args ) : void
OnUpdate ( EventArgs args ) : void
Spells ( ) : void
Surrender ( ) : void

메소드 상세

OnLoad() 공개 정적인 메소드

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

ShowNotification() 공개 정적인 메소드

public static ShowNotification ( string message, Color color, int duration = -1, bool dispose = true ) : LeagueSharp.Common.Notification
message string
color Color
duration int
dispose bool
리턴 LeagueSharp.Common.Notification

프로퍼티 상세

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

public static bool BotVectorReached
리턴 bool

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

public static List ListChamp
리턴 List

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

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

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

public static bool TopVectorReached
리턴 bool