C# Class Economy.scripts.Messages.MessageMarketManagePlayer

Inheritance: MessageBase
Datei anzeigen Open project: jpcsupplies/Economy_mod Class Usage Examples

Public Methods

Method 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

Method Description
ConfirmRegisterResponse ( ResultEnum result ) : void
ConfirmRelinkResponse ( ResultEnum result ) : void

Method Details

ProcessClient() public method

public ProcessClient ( ) : void
return void

ProcessServer() public method

public ProcessServer ( ) : void
return void

SendBlacklistMessage() public static method

public static SendBlacklistMessage ( string itemTypeId, string itemSubTypeName ) : void
itemTypeId string
itemSubTypeName string
return void

SendBuyPriceMessage() public static method

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

SendCloseMessage() public static method

public static SendCloseMessage ( string marketName ) : void
marketName string
return void

SendConfirmMessage() public static method

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

SendFactionModeMessage() public static method

public static SendFactionModeMessage ( ) : void
return void

SendLimitMessage() public static method

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

SendListMessage() public static method

public static SendListMessage ( ) : void
return void

SendLoadMessage() public static method

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

SendOpenMessage() public static method

public static SendOpenMessage ( string marketName ) : void
marketName string
return void

SendRegisterMessage() public static method

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

SendRelinkMessage() public static method

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

SendRestrictMessage() public static method

public static SendRestrictMessage ( ) : void
return void

SendSaveMessage() public static method

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

SendSellPriceMessage() public static method

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

SendStockMessage() public static method

public static SendStockMessage ( ) : void
return void

SendUnregisterMessage() public static method

public static SendUnregisterMessage ( string marketName ) : void
marketName string
return void

SendUnstockMessage() public static method

public static SendUnstockMessage ( ) : void
return void