C# Class Economy.scripts.Messages.MessageMarketManageNpc

Inheritance: MessageBase
Datei anzeigen Open project: jpcsupplies/Economy_mod

Public Methods

Method Description
ProcessClient ( ) : void
ProcessServer ( ) : void
SendAddMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
SendDeleteMessage ( string marketName ) : void
SendListMessage ( ) : void
SendMoveMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
SendRenameMessage ( string oldMarketName, string newMarketName ) : void

Method Details

ProcessClient() public method

public ProcessClient ( ) : void
return void

ProcessServer() public method

public ProcessServer ( ) : void
return void

SendAddMessage() public static method

public static SendAddMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
marketName string
x decimal
y decimal
z decimal
size decimal
shape MarketZoneType
return void

SendDeleteMessage() public static method

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

SendListMessage() public static method

public static SendListMessage ( ) : void
return void

SendMoveMessage() public static method

public static SendMoveMessage ( string marketName, decimal x, decimal y, decimal z, decimal size, MarketZoneType shape ) : void
marketName string
x decimal
y decimal
z decimal
size decimal
shape MarketZoneType
return void

SendRenameMessage() public static method

public static SendRenameMessage ( string oldMarketName, string newMarketName ) : void
oldMarketName string
newMarketName string
return void