C# Class C3RewardSystem.C3RewardSystem

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

Private Properties

Свойство Type Description
Bet void
GetCEPlayer CEPlayer
InPointRange bool
OnPvPdeath void
SetupConfig void
WhoChallengedThisGuy List

Méthodes publiques

Méthode Description
C3RewardSystem ( Terraria.Main game ) : System
Initialize ( ) : void
OnChat ( Terraria.messageBuffer msg, int ply, string text, HandledEventArgs e ) : void
OnGameEnd ( C3Mod e ) : void
OnGreetPlayer ( int who, HandledEventArgs e ) : void
OnInitialize ( ) : void
OnLeave ( int ply ) : void
OnUpdate ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Bet ( TShockAPI.CommandArgs args ) : void
GetCEPlayer ( int ply ) : CEPlayer
InPointRange ( int killerbal, int killedbal ) : bool
OnPvPdeath ( C3Mod e ) : void
SetupConfig ( ) : void
WhoChallengedThisGuy ( int ply ) : List

Method Details

C3RewardSystem() public méthode

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

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

OnGameEnd() public static méthode

public static OnGameEnd ( C3Mod e ) : void
e C3Mod
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