C# Class Economy.scripts.Messages.MessageSet

Inheritance: MessageBase
显示文件 Open project: jpcsupplies/Economy_mod

Public Methods

Method Description
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

Method Details

ProcessClient() public method

public ProcessClient ( ) : void
return void

ProcessServer() public method

public ProcessServer ( ) : void
return void

SendMessage() public static method

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
return void

SendMessageBuy() public static method

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

SendMessageQuantity() public static method

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

SendMessageSell() public static method

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