C# Class LogTile.LogTile

Inheritance: TerrariaPlugin
Exibir arquivo Open project: NyxStudios/LogTile Class Usage Examples

Public Properties

Property Type Description
DB IDbConnection
enableDebugOutput bool
helper TileHelper
isRunning bool

Public Methods

Method Description
Initialize ( ) : void
LogTile ( Terraria.Main game ) : System
StartLogTile ( ) : void

Protected Methods

Method Description
ConfigFileManager ( ) : void
Dispose ( bool disposing ) : void

Method Details

ConfigFileManager() protected method

protected ConfigFileManager ( ) : void
return void

Dispose() protected method

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

Initialize() public method

public Initialize ( ) : void
return void

LogTile() public method

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

StartLogTile() public method

public StartLogTile ( ) : void
return void

Property Details

DB public_oe static_oe property

public static IDbConnection DB
return IDbConnection

enableDebugOutput public_oe static_oe property

public static bool enableDebugOutput
return bool

helper public_oe static_oe property

public static TileHelper helper
return TileHelper

isRunning public_oe static_oe property

public static bool isRunning
return bool