C# Class ServerPointSystem.ServerPointSystem

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

Méthodes publiques

Свойство Type Description
ClaimTime int
DeathToll float
DeathTollStatic int
ENPCs ServerPointSystem.ENPC[]
EPRPlayers List
EnableTR bool
LadyLucksMultiplier double
LastStrike System.DateTime[]
PointMultiplier float
ReapersBlessingEnabled bool
RewardTime int
SQLEditor TShockAPI.DB.SqlTableEditor
SQLWriter TShockAPI.DB.SqlTableCreator
TimeReward int
TimeRewardPlayers List
currname string

Private Properties

Свойство Type Description
CurrentDomain_UnhandledException void

Méthodes publiques

Méthode Description
Award ( TShockAPI.CommandArgs args ) : void
AwardAll ( TShockAPI.CommandArgs args ) : void
CPoints ( TShockAPI.CommandArgs args ) : void
CheckDeathToll ( TShockAPI.CommandArgs args ) : void
CheckMultiplier ( TShockAPI.CommandArgs args ) : void
Deduct ( TShockAPI.CommandArgs args ) : void
DeductAll ( TShockAPI.CommandArgs args ) : void
DontMultiply ( int type ) : bool
GetEPRPlayerByIndex ( int index ) : EPRPlayer
GetTRPlayerID ( int who ) : int
Initialize ( ) : void
LadyLuck ( TShockAPI.CommandArgs args ) : void
NetHooks_GetData ( Hooks.GetDataEventArgs e ) : void
OnChat ( Terraria.messageBuffer msg, int ply, string text, HandledEventArgs e ) : void
OnGreetPlayer ( int who, HandledEventArgs e ) : void
OnInitialize ( ) : void
OnLeave ( int ply ) : void
OnMonsterPointAward ( MonsterAwardArgs e ) : void
OnPointOperate ( PointOperateArgs e ) : void
OnPointPay ( PointPayArgs e ) : void
OnPointUse ( PointUseArgs e ) : void
OnUpdate ( ) : void
Points ( TShockAPI.CommandArgs args ) : void
ReaperBless ( TShockAPI.CommandArgs args ) : void
ServerPointSystem ( Terraria.Main game ) : System
SetupConfig ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

Award() public static méthode

public static Award ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

AwardAll() public static méthode

public static AwardAll ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

CPoints() public static méthode

public static CPoints ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

CheckDeathToll() public static méthode

public static CheckDeathToll ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

CheckMultiplier() public static méthode

public static CheckMultiplier ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

Deduct() public static méthode

public static Deduct ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

DeductAll() public static méthode

public static DeductAll ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

Dispose() protected méthode

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

DontMultiply() public static méthode

public static DontMultiply ( int type ) : bool
type int
Résultat bool

GetEPRPlayerByIndex() public static méthode

public static GetEPRPlayerByIndex ( int index ) : EPRPlayer
index int
Résultat EPRPlayer

GetTRPlayerID() public static méthode

public static GetTRPlayerID ( int who ) : int
who int
Résultat int

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LadyLuck() public static méthode

public static LadyLuck ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

NetHooks_GetData() public méthode

public NetHooks_GetData ( Hooks.GetDataEventArgs e ) : void
e Hooks.GetDataEventArgs
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

OnMonsterPointAward() public static méthode

public static OnMonsterPointAward ( MonsterAwardArgs e ) : void
e MonsterAwardArgs
Résultat void

OnPointOperate() public méthode

public OnPointOperate ( PointOperateArgs e ) : void
e PointOperateArgs
Résultat void

OnPointPay() public méthode

public OnPointPay ( PointPayArgs e ) : void
e PointPayArgs
Résultat void

OnPointUse() public méthode

public OnPointUse ( PointUseArgs e ) : void
e PointUseArgs
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

Points() public static méthode

public static Points ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

ReaperBless() public static méthode

public static ReaperBless ( TShockAPI.CommandArgs args ) : void
args TShockAPI.CommandArgs
Résultat void

ServerPointSystem() public méthode

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

SetupConfig() public static méthode

public static SetupConfig ( ) : void
Résultat void

Property Details

ClaimTime public_oe static_oe property

public static int ClaimTime
Résultat int

DeathToll public_oe static_oe property

public static float DeathToll
Résultat float

DeathTollStatic public_oe static_oe property

public static int DeathTollStatic
Résultat int

ENPCs public_oe static_oe property

public static ENPC[],ServerPointSystem ENPCs
Résultat ServerPointSystem.ENPC[]

EPRPlayers public_oe static_oe property

public static List EPRPlayers
Résultat List

EnableTR public_oe static_oe property

public static bool EnableTR
Résultat bool

LadyLucksMultiplier public_oe static_oe property

public static double LadyLucksMultiplier
Résultat double

LastStrike public_oe static_oe property

public static DateTime[],System LastStrike
Résultat System.DateTime[]

PointMultiplier public_oe static_oe property

public static float PointMultiplier
Résultat float

ReapersBlessingEnabled public_oe static_oe property

public static bool ReapersBlessingEnabled
Résultat bool

RewardTime public_oe static_oe property

public static int RewardTime
Résultat int

SQLEditor public_oe static_oe property

public static SqlTableEditor,TShockAPI.DB SQLEditor
Résultat TShockAPI.DB.SqlTableEditor

SQLWriter public_oe static_oe property

public static SqlTableCreator,TShockAPI.DB SQLWriter
Résultat TShockAPI.DB.SqlTableCreator

TimeReward public_oe static_oe property

public static int TimeReward
Résultat int

TimeRewardPlayers public_oe static_oe property

public static List TimeRewardPlayers
Résultat List

currname public_oe static_oe property

public static string currname
Résultat string