C# Class RankSystem.RankSystem

Inheritance: TerrariaPlugin
Datei anzeigen Open project: vharonftw/ServerEPRSystem

Private Properties

Property Type Description
ChRank void
GetRankID int
GetRankLineIDByLineName int
GetRankLineIDByRank int
IsRank bool
Rank void
SetupConfig void

Public Methods

Method Description
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
RankSystem ( Terraria.Main game ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ChRank ( TShockAPI.CommandArgs args ) : void
GetRankID ( string rank, int LineID ) : int
GetRankLineIDByLineName ( string rankline ) : int
GetRankLineIDByRank ( string rank ) : int
IsRank ( string rank ) : bool
Rank ( TShockAPI.CommandArgs args ) : void
SetupConfig ( ) : void

Method Details

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

RankSystem() public method

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