Свойство | Type | Description | |
---|---|---|---|
CreatePlayerAccountAsync | Task |
||
GetEconomyPlayerByBankAccountNameSafe | object | ||
GetEconomyPlayerSafe | object | ||
GetEconomyPlayerSafe | object |
Méthode | Description | |
---|---|---|
BindToWorldAsync ( ) : System.Threading.Tasks.Task |
Called after LoadSEconomy, or on PostInitialize, this binds the current SEconomy instance to the currently running terraria world.
|
|
Dispose ( ) : void | ||
GetBankAccount ( TShockAPI tsPlayer ) : IBankAccount | ||
GetBankAccount ( Terraria player ) : IBankAccount | ||
GetBankAccount ( int who ) : IBankAccount | ||
GetBankAccount ( string userAccountName ) : IBankAccount | ||
GetPlayerBankAccount ( string playerName ) : IBankAccount | ||
IsNet45OrNewer ( ) : bool | ||
LoadSEconomy ( ) : int | ||
PlayerIdleSince ( |
||
PurgeAccounts ( ) : int | ||
RemovePlayerIdleCache ( |
||
SEconomy ( |
||
SearchPlayerBankAccount ( string playerName ) : IBankAccount>>.List |
||
SearchPlayerBankAccountAsync ( string playerName ) : IBankAccount>>>.Task |
||
UpdatePlayerIdle ( |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
LoadJournal ( ) : bool |
Méthode | Description | |
---|---|---|
CreatePlayerAccountAsync ( TShockAPI.TSPlayer player ) : Task |
||
GetEconomyPlayerByBankAccountNameSafe ( string Name ) : object | ||
GetEconomyPlayerSafe ( int Id ) : object | ||
GetEconomyPlayerSafe ( string Name ) : object |
public BindToWorldAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetBankAccount ( TShockAPI tsPlayer ) : IBankAccount | ||
tsPlayer | TShockAPI | |
Résultat | IBankAccount |
public GetBankAccount ( Terraria player ) : IBankAccount | ||
player | Terraria | |
Résultat | IBankAccount |
public GetBankAccount ( int who ) : IBankAccount | ||
who | int | |
Résultat | IBankAccount |
public GetBankAccount ( string userAccountName ) : IBankAccount | ||
userAccountName | string | |
Résultat | IBankAccount |
public GetPlayerBankAccount ( string playerName ) : IBankAccount | ||
playerName | string | |
Résultat | IBankAccount |
public PlayerIdleSince ( |
||
player | ||
Résultat | TimeSpan? |
public RemovePlayerIdleCache ( |
||
player | ||
Résultat | void |
public SEconomy ( |
||
PluginInstance | ||
Résultat | System |
public SearchPlayerBankAccount ( string playerName ) : IBankAccount>>.List |
||
playerName | string | |
Résultat | IBankAccount>>.List |
public SearchPlayerBankAccountAsync ( string playerName ) : IBankAccount>>>.Task |
||
playerName | string | |
Résultat | IBankAccount>>>.Task |
public UpdatePlayerIdle ( |
||
player | ||
Résultat | void |