C# Class Economy.scripts.Messages.MessageSet

Inheritance: MessageBase
Afficher le fichier Open project: jpcsupplies/Economy_mod

Méthodes publiques

Méthode 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 méthode

public ProcessClient ( ) : void
Résultat void

ProcessServer() public méthode

public ProcessServer ( ) : void
Résultat void

SendMessage() public static méthode

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
Résultat void

SendMessageBuy() public static méthode

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

SendMessageQuantity() public static méthode

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

SendMessageSell() public static méthode

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