C# Class Economy.scripts.Messages.MessageMarketManagePlayer

Inheritance: MessageBase
Afficher le fichier Open project: jpcsupplies/Economy_mod Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ConfirmRegisterResponse ( ResultEnum result ) : void
ConfirmRelinkResponse ( ResultEnum result ) : void

Method Details

ProcessClient() public méthode

public ProcessClient ( ) : void
Résultat void

ProcessServer() public méthode

public ProcessServer ( ) : void
Résultat void

SendBlacklistMessage() public static méthode

public static SendBlacklistMessage ( string itemTypeId, string itemSubTypeName ) : void
itemTypeId string
itemSubTypeName string
Résultat void

SendBuyPriceMessage() public static méthode

public static SendBuyPriceMessage ( string itemTypeId, string itemSubTypeName, decimal itemBuyPrice ) : void
itemTypeId string
itemSubTypeName string
itemBuyPrice decimal
Résultat void

SendCloseMessage() public static méthode

public static SendCloseMessage ( string marketName ) : void
marketName string
Résultat void

SendConfirmMessage() public static méthode

public static SendConfirmMessage ( long confirmCode, bool confirmFlag, PlayerMarketManage confirmType ) : void
confirmCode long
confirmFlag bool
confirmType PlayerMarketManage
Résultat void

SendFactionModeMessage() public static méthode

public static SendFactionModeMessage ( ) : void
Résultat void

SendLimitMessage() public static méthode

public static SendLimitMessage ( string itemTypeId, string itemSubTypeName, decimal itemStockLimit ) : void
itemTypeId string
itemSubTypeName string
itemStockLimit decimal
Résultat void

SendListMessage() public static méthode

public static SendListMessage ( ) : void
Résultat void

SendLoadMessage() public static méthode

public static SendLoadMessage ( long entityId, string marketName ) : void
entityId long
marketName string
Résultat void

SendOpenMessage() public static méthode

public static SendOpenMessage ( string marketName ) : void
marketName string
Résultat void

SendRegisterMessage() public static méthode

public static SendRegisterMessage ( long entityId, string marketName, decimal size ) : void
entityId long
marketName string
size decimal
Résultat void

SendRelinkMessage() public static méthode

public static SendRelinkMessage ( long entityId, string marketName, decimal size ) : void
entityId long
marketName string
size decimal
Résultat void

SendRestrictMessage() public static méthode

public static SendRestrictMessage ( ) : void
Résultat void

SendSaveMessage() public static méthode

public static SendSaveMessage ( long entityId, string marketName ) : void
entityId long
marketName string
Résultat void

SendSellPriceMessage() public static méthode

public static SendSellPriceMessage ( string itemTypeId, string itemSubTypeName, decimal itemSellPrice ) : void
itemTypeId string
itemSubTypeName string
itemSellPrice decimal
Résultat void

SendStockMessage() public static méthode

public static SendStockMessage ( ) : void
Résultat void

SendUnregisterMessage() public static méthode

public static SendUnregisterMessage ( string marketName ) : void
marketName string
Résultat void

SendUnstockMessage() public static méthode

public static SendUnstockMessage ( ) : void
Résultat void