C# Class CommandCosts.CommandCosts

Inheritance: TerrariaPlugin
Datei anzeigen Open project: vharonftw/ServerEPRSystem

Public Methods

Method Description
CommandCosts ( Terraria.Main game ) : System
Initialize ( ) : void
OnChat ( Terraria.messageBuffer msg, int ply, string text, HandledEventArgs e ) : void
OnGreetPlayer ( int who, HandledEventArgs e ) : void
OnInitialize ( ) : void
OnLeave ( int ply ) : void
OnUpdate ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CheckCommandCost ( TShockAPI.CommandArgs args ) : void
CheckWarpCost ( TShockAPI.CommandArgs args ) : void
SetCost ( TShockAPI.CommandArgs args ) : void
SetWarpCost ( TShockAPI.CommandArgs args ) : void

Method Details

CommandCosts() public method

public CommandCosts ( Terraria.Main game ) : System
game Terraria.Main
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

OnChat() public method

public OnChat ( Terraria.messageBuffer msg, int ply, string text, HandledEventArgs e ) : void
msg Terraria.messageBuffer
ply int
text string
e System.ComponentModel.HandledEventArgs
return void

OnGreetPlayer() public method

public OnGreetPlayer ( int who, HandledEventArgs e ) : void
who int
e System.ComponentModel.HandledEventArgs
return void

OnInitialize() public method

public OnInitialize ( ) : void
return void

OnLeave() public method

public OnLeave ( int ply ) : void
ply int
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void