C# Class RankSystem.RankSystem

Inheritance: TerrariaPlugin
Afficher le fichier Open project: vharonftw/ServerEPRSystem

Private Properties

Свойство Type Description
ChRank void
GetRankID int
GetRankLineIDByLineName int
GetRankLineIDByRank int
IsRank bool
Rank void
SetupConfig void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnChat() public méthode

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

OnGreetPlayer() public méthode

public OnGreetPlayer ( int who, HandledEventArgs e ) : void
who int
e System.ComponentModel.HandledEventArgs
Résultat void

OnInitialize() public méthode

public OnInitialize ( ) : void
Résultat void

OnLeave() public méthode

public OnLeave ( int ply ) : void
ply int
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

RankSystem() public méthode

public RankSystem ( Terraria.Main game ) : System
game Terraria.Main
Résultat System