C# Class ExtendedBans.ExtendedBans

Inheritance: TerrariaPlugin
Datei anzeigen Open project: Inurosen/ExtendedBans

Public Properties

Property Type Description
Cfg EBConfigFile
EBDir string
EBPlayers List
SavePath string

Public Methods

Method Description
ExtendedBans ( Terraria.Main game ) : System
Initialize ( ) : void
OnGreetPlayer ( GreetPlayerEventArgs e ) : void
OnLeave ( LeaveEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
OnChat ( ServerChatEventArgs e ) : void
OnConnect ( ConnectEventArgs e ) : void
OnJoin ( JoinEventArgs e ) : void

Method Details

Dispose() protected method

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

ExtendedBans() public method

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

Initialize() public method

public Initialize ( ) : void
return void

OnGreetPlayer() public method

public OnGreetPlayer ( GreetPlayerEventArgs e ) : void
e GreetPlayerEventArgs
return void

OnLeave() public method

public OnLeave ( LeaveEventArgs e ) : void
e LeaveEventArgs
return void

Property Details

Cfg public_oe static_oe property

public static EBConfigFile Cfg
return EBConfigFile

EBDir public_oe static_oe property

public static string EBDir
return string

EBPlayers public_oe static_oe property

public static List EBPlayers
return List

SavePath public_oe static_oe property

public static string SavePath
return string