C# 클래스 Economy.scripts.Messages.MessageMarketManagePlayer

상속: MessageBase
파일 보기 프로젝트 열기: jpcsupplies/Economy_mod 1 사용 예제들

공개 메소드들

메소드 설명
ProcessClient ( ) : void
ProcessServer ( ) : void
SendBlacklistMessage ( string itemTypeId, string itemSubTypeName ) : void
SendBuyPriceMessage ( string itemTypeId, string itemSubTypeName, decimal itemBuyPrice ) : void
SendCloseMessage ( string marketName ) : void
SendConfirmMessage ( long confirmCode, bool confirmFlag, PlayerMarketManage confirmType ) : void
SendFactionModeMessage ( ) : void
SendLimitMessage ( string itemTypeId, string itemSubTypeName, decimal itemStockLimit ) : void
SendListMessage ( ) : void
SendLoadMessage ( long entityId, string marketName ) : void
SendOpenMessage ( string marketName ) : void
SendRegisterMessage ( long entityId, string marketName, decimal size ) : void
SendRelinkMessage ( long entityId, string marketName, decimal size ) : void
SendRestrictMessage ( ) : void
SendSaveMessage ( long entityId, string marketName ) : void
SendSellPriceMessage ( string itemTypeId, string itemSubTypeName, decimal itemSellPrice ) : void
SendStockMessage ( ) : void
SendUnregisterMessage ( string marketName ) : void
SendUnstockMessage ( ) : void

비공개 메소드들

메소드 설명
ConfirmRegisterResponse ( ResultEnum result ) : void
ConfirmRelinkResponse ( ResultEnum result ) : void

메소드 상세

ProcessClient() 공개 메소드

public ProcessClient ( ) : void
리턴 void

ProcessServer() 공개 메소드

public ProcessServer ( ) : void
리턴 void

SendBlacklistMessage() 공개 정적인 메소드

public static SendBlacklistMessage ( string itemTypeId, string itemSubTypeName ) : void
itemTypeId string
itemSubTypeName string
리턴 void

SendBuyPriceMessage() 공개 정적인 메소드

public static SendBuyPriceMessage ( string itemTypeId, string itemSubTypeName, decimal itemBuyPrice ) : void
itemTypeId string
itemSubTypeName string
itemBuyPrice decimal
리턴 void

SendCloseMessage() 공개 정적인 메소드

public static SendCloseMessage ( string marketName ) : void
marketName string
리턴 void

SendConfirmMessage() 공개 정적인 메소드

public static SendConfirmMessage ( long confirmCode, bool confirmFlag, PlayerMarketManage confirmType ) : void
confirmCode long
confirmFlag bool
confirmType PlayerMarketManage
리턴 void

SendFactionModeMessage() 공개 정적인 메소드

public static SendFactionModeMessage ( ) : void
리턴 void

SendLimitMessage() 공개 정적인 메소드

public static SendLimitMessage ( string itemTypeId, string itemSubTypeName, decimal itemStockLimit ) : void
itemTypeId string
itemSubTypeName string
itemStockLimit decimal
리턴 void

SendListMessage() 공개 정적인 메소드

public static SendListMessage ( ) : void
리턴 void

SendLoadMessage() 공개 정적인 메소드

public static SendLoadMessage ( long entityId, string marketName ) : void
entityId long
marketName string
리턴 void

SendOpenMessage() 공개 정적인 메소드

public static SendOpenMessage ( string marketName ) : void
marketName string
리턴 void

SendRegisterMessage() 공개 정적인 메소드

public static SendRegisterMessage ( long entityId, string marketName, decimal size ) : void
entityId long
marketName string
size decimal
리턴 void

SendRelinkMessage() 공개 정적인 메소드

public static SendRelinkMessage ( long entityId, string marketName, decimal size ) : void
entityId long
marketName string
size decimal
리턴 void

SendRestrictMessage() 공개 정적인 메소드

public static SendRestrictMessage ( ) : void
리턴 void

SendSaveMessage() 공개 정적인 메소드

public static SendSaveMessage ( long entityId, string marketName ) : void
entityId long
marketName string
리턴 void

SendSellPriceMessage() 공개 정적인 메소드

public static SendSellPriceMessage ( string itemTypeId, string itemSubTypeName, decimal itemSellPrice ) : void
itemTypeId string
itemSubTypeName string
itemSellPrice decimal
리턴 void

SendStockMessage() 공개 정적인 메소드

public static SendStockMessage ( ) : void
리턴 void

SendUnregisterMessage() 공개 정적인 메소드

public static SendUnregisterMessage ( string marketName ) : void
marketName string
리턴 void

SendUnstockMessage() 공개 정적인 메소드

public static SendUnstockMessage ( ) : void
리턴 void