C# Class cs_elbot.AdvancedCommunication.UseItemCommandHandler

description of DropCommandHandler.
Afficher le fichier Open project: Sir-Odie/CS-ELBot Class Usage Examples

Méthodes publiques

Свойство Type Description
cooldownMessage string
qtyBefore int
slotUsed int
usingItem bool

Méthodes publiques

Méthode Description
TheInventory_GotNewInventoryList ( object sender, Inventory e ) : void
UseItemCommandHandler ( AdvancedCommunication MyActorHandler, TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdminHelpCommandHandler MyAdminHelpCommandHandler, MySqlManager MyMySqlManager, System.Logger MyLogger, TradeHandler MyTradeHandler, Inventory MyInventory ) : System

Private Methods

Méthode Description
OnGotCommand ( object sender, TCPWrapper e ) : void
OnGotPM ( object sender, BasicCommunication e ) : void
UseItem ( int SQLID ) : void

Method Details

TheInventory_GotNewInventoryList() public méthode

public TheInventory_GotNewInventoryList ( object sender, Inventory e ) : void
sender object
e Inventory
Résultat void

UseItemCommandHandler() public méthode

public UseItemCommandHandler ( AdvancedCommunication MyActorHandler, TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdminHelpCommandHandler MyAdminHelpCommandHandler, MySqlManager MyMySqlManager, System.Logger MyLogger, TradeHandler MyTradeHandler, Inventory MyInventory ) : System
MyActorHandler AdvancedCommunication
MyTCPWrapper TCPWrapper
MyMessageParser BasicCommunication
MyAdminHelpCommandHandler cs_elbot.AdvancedCommunication.AdminHelpCommandHandler
MyMySqlManager MySqlManager
MyLogger System.Logger
MyTradeHandler TradeHandler
MyInventory Inventory
Résultat System

Property Details

cooldownMessage public_oe property

public string cooldownMessage
Résultat string

qtyBefore public_oe property

public int qtyBefore
Résultat int

slotUsed public_oe property

public int slotUsed
Résultat int

usingItem public_oe property

public bool usingItem
Résultat bool