C# Class cs_elbot.AdvancedCommunication.UseItemCommandHandler

description of DropCommandHandler.
Datei anzeigen Open project: Sir-Odie/CS-ELBot Class Usage Examples

Public Properties

Property Type Description
cooldownMessage string
qtyBefore int
slotUsed int
usingItem bool

Public Methods

Method 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

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

Method Details

TheInventory_GotNewInventoryList() public method

public TheInventory_GotNewInventoryList ( object sender, Inventory e ) : void
sender object
e Inventory
return void

UseItemCommandHandler() public method

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
return System

Property Details

cooldownMessage public_oe property

public string cooldownMessage
return string

qtyBefore public_oe property

public int qtyBefore
return int

slotUsed public_oe property

public int slotUsed
return int

usingItem public_oe property

public bool usingItem
return bool