C# Class BlackFeeder.Entry

Show file Open project: blacky/LeagueSharp

Public Properties

Property Type Description
BotVectorReached bool
ListChamp List
Menu LeagueSharp.Common.Menu
TopVectorReached bool

Public Methods

Method Description
OnLoad ( EventArgs args ) : void
ShowNotification ( string message, Color color, int duration = -1, bool dispose = true ) : LeagueSharp.Common.Notification

Private Methods

Method Description
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

Method Details

OnLoad() public static method

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

ShowNotification() public static method

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

Property Details

BotVectorReached public static property

public static bool BotVectorReached
return bool

ListChamp public static property

public static List ListChamp
return List

Menu public static property

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

TopVectorReached public static property

public static bool TopVectorReached
return bool