C# Class C3RewardSystem.C3RewardSystem

Inheritance: TerrariaPlugin
Show file Open project: vharonftw/ServerEPRSystem

Private Properties

Property Type Description
Bet void
GetCEPlayer CEPlayer
InPointRange bool
OnPvPdeath void
SetupConfig void
WhoChallengedThisGuy List

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

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

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

OnGameEnd() public static method

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