Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EventHandlers ( |
Method | Description | |
---|---|---|
BankAccount_BankTransferCompleted ( object s, Journal e ) : void |
Default messages sent to players when a transaction happens within SEconomy.
|
|
Dispose ( bool disposing ) : void | ||
GameHooks_PostInitialize ( |
||
NetHooks_GetData ( TerrariaApi.Server.GetDataEventArgs args ) : void |
Occurs when the engine receives a packet from the client
|
|
PayRunTimer_Elapsed ( object sender, System e ) : void |
Occurs when the pay run timer is elapsed, and gives the IntervalPayAmount to each player that has not been idle since the configured idle threshold. Idle players are not paid.
|
|
PlayerHooks_PlayerPostLogin ( TShockAPI e ) : void | ||
RepeatLineBreaks ( int number ) : string | ||
ServerHooks_Join ( TerrariaApi.Server.JoinEventArgs args ) : void |
Occurs when someone joins the game.
|
|
ServerHooks_Leave ( TerrariaApi.Server.LeaveEventArgs args ) : void |
Occurs when someone leaves the game.
|
|
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void |
Occurs when an exception happens on a task thread.
|
protected BankAccount_BankTransferCompleted ( object s, Journal e ) : void | ||
s | object | |
e | Journal | |
return | void |
public EventHandlers ( |
||
Parent | ||
return | System |
protected GameHooks_PostInitialize ( |
||
e | ||
return | void |
protected NetHooks_GetData ( TerrariaApi.Server.GetDataEventArgs args ) : void | ||
args | TerrariaApi.Server.GetDataEventArgs | |
return | void |
protected PayRunTimer_Elapsed ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected PlayerHooks_PlayerPostLogin ( TShockAPI e ) : void | ||
e | TShockAPI | |
return | void |
protected RepeatLineBreaks ( int number ) : string | ||
number | int | |
return | string |
protected ServerHooks_Join ( TerrariaApi.Server.JoinEventArgs args ) : void | ||
args | TerrariaApi.Server.JoinEventArgs | |
return | void |
protected ServerHooks_Leave ( TerrariaApi.Server.LeaveEventArgs args ) : void | ||
args | TerrariaApi.Server.LeaveEventArgs | |
return | void |
protected TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void | ||
sender | object | |
e | System.Threading.Tasks.UnobservedTaskExceptionEventArgs | |
return | void |