C# 클래스 cs_elbot.AdvancedCommunication.UseItemCommandHandler

description of DropCommandHandler.
파일 보기 프로젝트 열기: Sir-Odie/CS-ELBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cooldownMessage string
qtyBefore int
slotUsed int
usingItem bool

공개 메소드들

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

비공개 메소드들

메소드 설명
OnGotCommand ( object sender, TCPWrapper e ) : void
OnGotPM ( object sender, BasicCommunication e ) : void
UseItem ( int SQLID ) : void

메소드 상세

TheInventory_GotNewInventoryList() 공개 메소드

public TheInventory_GotNewInventoryList ( object sender, Inventory e ) : void
sender object
e Inventory
리턴 void

UseItemCommandHandler() 공개 메소드

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

프로퍼티 상세

cooldownMessage 공개적으로 프로퍼티

public string cooldownMessage
리턴 string

qtyBefore 공개적으로 프로퍼티

public int qtyBefore
리턴 int

slotUsed 공개적으로 프로퍼티

public int slotUsed
리턴 int

usingItem 공개적으로 프로퍼티

public bool usingItem
리턴 bool