C# 클래스 cs_elbot.AdvancedCommunication.WithdrawCommandHandler

description of WithdrawCommandHandler.
파일 보기 프로젝트 열기: Sir-Odie/CS-ELBot

공개 프로퍼티들

프로퍼티 타입 설명
MyStorageItem Storage.StorageItem
quantity System.UInt32
totalWithdrawn int
username string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

TheMessageParser_Get_GlobalMessage() 공개 메소드

public TheMessageParser_Get_GlobalMessage ( object sender, cs_elbot e ) : void
sender object
e cs_elbot
리턴 void

WithdrawCommandHandler() 공개 메소드

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
리턴 System

프로퍼티 상세

MyStorageItem 공개적으로 프로퍼티

public Storage.StorageItem MyStorageItem
리턴 Storage.StorageItem

quantity 공개적으로 프로퍼티

public UInt32,System quantity
리턴 System.UInt32

totalWithdrawn 공개적으로 프로퍼티

public int totalWithdrawn
리턴 int

username 공개적으로 프로퍼티

public string username
리턴 string