C# Class BlackFeeder.SRShopAI.Main

Show file Open project: blacky/LeagueSharp

Public Properties

Property Type Description
CanBuy bool
List string[]
Queue Queue

Public Methods

Method Description
AlterInventory ( ) : void
BuyItems ( ) : void
FreeSlots ( ) : int
GetItemById ( int id ) : Item
GetItemByName ( string name ) : Item
Init ( ) : void
InventoryFull ( ) : bool
ItemSequence ( Item item, Queue shopListQueue ) : void
Request ( string url ) : string
ShoppingQueue ( ) : Queue

Private Methods

Method Description
CustomEvents_OnSpawn ( Obj_AI_Hero sender, EventArgs args ) : void
Game_OnGameLoad ( EventArgs args ) : void

Method Details

AlterInventory() public static method

public static AlterInventory ( ) : void
return void

BuyItems() public static method

public static BuyItems ( ) : void
return void

FreeSlots() public static method

public static FreeSlots ( ) : int
return int

GetItemById() public static method

public static GetItemById ( int id ) : Item
id int
return Item

GetItemByName() public static method

public static GetItemByName ( string name ) : Item
name string
return Item

Init() public static method

public static Init ( ) : void
return void

InventoryFull() public static method

public static InventoryFull ( ) : bool
return bool

ItemSequence() public static method

public static ItemSequence ( Item item, Queue shopListQueue ) : void
item Item
shopListQueue Queue
return void

Request() public static method

public static Request ( string url ) : string
url string
return string

ShoppingQueue() public static method

public static ShoppingQueue ( ) : Queue
return Queue

Property Details

CanBuy public static property

public static bool CanBuy
return bool

List public static property

public static string[] List
return string[]

Queue public static property

public static Queue Queue
return Queue