C# Class cs_elbot.AdvancedCommunication.WithdrawCommandHandler

description of WithdrawCommandHandler.
Afficher le fichier Open project: Sir-Odie/CS-ELBot

Méthodes publiques

Свойство Type Description
MyStorageItem Storage.StorageItem
quantity System.UInt32
totalWithdrawn int
username string

Méthodes publiques

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

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

public TheMessageParser_Get_GlobalMessage ( object sender, cs_elbot e ) : void
sender object
e cs_elbot
Résultat void

WithdrawCommandHandler() public méthode

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
Résultat System

Property Details

MyStorageItem public_oe property

public Storage.StorageItem MyStorageItem
Résultat Storage.StorageItem

quantity public_oe property

public UInt32,System quantity
Résultat System.UInt32

totalWithdrawn public_oe property

public int totalWithdrawn
Résultat int

username public_oe property

public string username
Résultat string