C# Class Wolfje.Plugins.SEconomy.SEconomyPlugin

Inheritance: TerrariaApi.Server.TerrariaPlugin
显示文件 Open project: tylerjwatson/SEconomy Class Usage Examples

Protected Properties

Property Type Description
genericErrorMessage string

Public Methods

Method Description
GetVersionString ( ) : string
Initialize ( ) : void
SEconomyPlugin ( Terraria.Main Game ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
PrintIntro ( ) : void
RaiseLoadedEvent ( ) : void
RaiseUnloadedEvent ( ) : void
TShock_CommandExecuted ( TShockAPI args ) : void

Method Details

Dispose() protected method

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

GetVersionString() public method

public GetVersionString ( ) : string
return string

Initialize() public method

public Initialize ( ) : void
return void

PrintIntro() protected method

protected PrintIntro ( ) : void
return void

RaiseLoadedEvent() protected method

protected RaiseLoadedEvent ( ) : void
return void

RaiseUnloadedEvent() protected method

protected RaiseUnloadedEvent ( ) : void
return void

SEconomyPlugin() public method

public SEconomyPlugin ( Terraria.Main Game ) : System
Game Terraria.Main
return System

TShock_CommandExecuted() protected method

protected TShock_CommandExecuted ( TShockAPI args ) : void
args TShockAPI
return void

Property Details

genericErrorMessage protected_oe static_oe property

protected static string genericErrorMessage
return string