C# Class BlackFeeder.SRShopAI.Main

Afficher le fichier Open project: blacky/LeagueSharp

Méthodes publiques

Свойство Type Description
CanBuy bool
List string[]
Queue Queue

Méthodes publiques

Méthode 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

Méthode Description
CustomEvents_OnSpawn ( Obj_AI_Hero sender, EventArgs args ) : void
Game_OnGameLoad ( EventArgs args ) : void

Method Details

AlterInventory() public static méthode

public static AlterInventory ( ) : void
Résultat void

BuyItems() public static méthode

public static BuyItems ( ) : void
Résultat void

FreeSlots() public static méthode

public static FreeSlots ( ) : int
Résultat int

GetItemById() public static méthode

public static GetItemById ( int id ) : Item
id int
Résultat Item

GetItemByName() public static méthode

public static GetItemByName ( string name ) : Item
name string
Résultat Item

Init() public static méthode

public static Init ( ) : void
Résultat void

InventoryFull() public static méthode

public static InventoryFull ( ) : bool
Résultat bool

ItemSequence() public static méthode

public static ItemSequence ( Item item, Queue shopListQueue ) : void
item Item
shopListQueue Queue
Résultat void

Request() public static méthode

public static Request ( string url ) : string
url string
Résultat string

ShoppingQueue() public static méthode

public static ShoppingQueue ( ) : Queue
Résultat Queue

Property Details

CanBuy public_oe static_oe property

public static bool CanBuy
Résultat bool

List public_oe static_oe property

public static string[] List
Résultat string[]

Queue public_oe static_oe property

public static Queue Queue
Résultat Queue