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

상속: MessageBase
파일 보기 프로젝트 열기: jpcsupplies/Economy_mod

공개 메소드들

메소드 설명
ProcessClient ( ) : void
ProcessServer ( ) : void
SendMessage ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, SetMarketItemType setType, decimal itemQuantity, decimal itemBuyPrice, decimal itemSellPrice ) : void
SendMessageBuy ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, decimal itemBuyPrice ) : void
SendMessageQuantity ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, decimal itemQuantity ) : void
SendMessageSell ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, decimal itemSellPrice ) : void

메소드 상세

ProcessClient() 공개 메소드

public ProcessClient ( ) : void
리턴 void

ProcessServer() 공개 메소드

public ProcessServer ( ) : void
리턴 void

SendMessage() 공개 정적인 메소드

public static SendMessage ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, SetMarketItemType setType, decimal itemQuantity, decimal itemBuyPrice, decimal itemSellPrice ) : void
marketId ulong
marketZone string
itemTypeId string
itemSubTypeName string
setType SetMarketItemType
itemQuantity decimal
itemBuyPrice decimal
itemSellPrice decimal
리턴 void

SendMessageBuy() 공개 정적인 메소드

public static SendMessageBuy ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, decimal itemBuyPrice ) : void
marketId ulong
marketZone string
itemTypeId string
itemSubTypeName string
itemBuyPrice decimal
리턴 void

SendMessageQuantity() 공개 정적인 메소드

public static SendMessageQuantity ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, decimal itemQuantity ) : void
marketId ulong
marketZone string
itemTypeId string
itemSubTypeName string
itemQuantity decimal
리턴 void

SendMessageSell() 공개 정적인 메소드

public static SendMessageSell ( ulong marketId, string marketZone, string itemTypeId, string itemSubTypeName, decimal itemSellPrice ) : void
marketId ulong
marketZone string
itemTypeId string
itemSubTypeName string
itemSellPrice decimal
리턴 void