C# Class cs_elbot.AdvancedCommunication.WithdrawCommandHandler

description of WithdrawCommandHandler.
Show file Open project: Sir-Odie/CS-ELBot

Public Properties

Property Type Description
MyStorageItem Storage.StorageItem
quantity System.UInt32
totalWithdrawn int
username string

Public Methods

Method Description
TheMessageParser_Get_GlobalMessage ( object sender, cs_elbot e ) : void
WithdrawCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdvHelpCommandHandler MyAdvHelpCommandHandler, MySqlManager MyMySqlManager, Storage MyStorage, TradeHandler MyTradeHandler, Stats MyStats, Inventory MyInventory ) : System

Private Methods

Method Description
GET_NEW_INVENTORY_ITEM ( byte data ) : void
OnGotCommand ( object sender, TCPWrapper e ) : void
OnGotPM ( object sender, BasicCommunication e ) : void
SEND_PARTIAL_STAT ( byte data ) : void
STORAGE_ITEMS ( byte data ) : void

Method Details

TheMessageParser_Get_GlobalMessage() public method

public TheMessageParser_Get_GlobalMessage ( object sender, cs_elbot e ) : void
sender object
e cs_elbot
return void

WithdrawCommandHandler() public method

public WithdrawCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdvHelpCommandHandler MyAdvHelpCommandHandler, MySqlManager MyMySqlManager, Storage MyStorage, TradeHandler MyTradeHandler, Stats MyStats, Inventory MyInventory ) : System
MyTCPWrapper TCPWrapper
MyMessageParser BasicCommunication
MyAdvHelpCommandHandler cs_elbot.AdvancedCommunication.AdvHelpCommandHandler
MyMySqlManager MySqlManager
MyStorage Storage
MyTradeHandler TradeHandler
MyStats Stats
MyInventory Inventory
return System

Property Details

MyStorageItem public property

public Storage.StorageItem MyStorageItem
return Storage.StorageItem

quantity public property

public UInt32,System quantity
return System.UInt32

totalWithdrawn public property

public int totalWithdrawn
return int

username public property

public string username
return string