Свойство | Тип | Описание | |
---|---|---|---|
CreatePlayerAccountAsync | Task |
||
GetEconomyPlayerByBankAccountNameSafe | object | ||
GetEconomyPlayerSafe | object | ||
GetEconomyPlayerSafe | object |
Метод | Описание | |
---|---|---|
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 ( |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
LoadJournal ( ) : bool |
Метод | Описание | |
---|---|---|
CreatePlayerAccountAsync ( TShockAPI.TSPlayer player ) : Task |
||
GetEconomyPlayerByBankAccountNameSafe ( string Name ) : object | ||
GetEconomyPlayerSafe ( int Id ) : object | ||
GetEconomyPlayerSafe ( string Name ) : object |
public BindToWorldAsync ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetBankAccount ( TShockAPI tsPlayer ) : IBankAccount | ||
tsPlayer | TShockAPI | |
Результат | IBankAccount |
public GetBankAccount ( Terraria player ) : IBankAccount | ||
player | Terraria | |
Результат | IBankAccount |
public GetBankAccount ( int who ) : IBankAccount | ||
who | int | |
Результат | IBankAccount |
public GetBankAccount ( string userAccountName ) : IBankAccount | ||
userAccountName | string | |
Результат | IBankAccount |
public GetPlayerBankAccount ( string playerName ) : IBankAccount | ||
playerName | string | |
Результат | IBankAccount |
public PlayerIdleSince ( |
||
player | ||
Результат | TimeSpan? |
public RemovePlayerIdleCache ( |
||
player | ||
Результат | void |
public SEconomy ( |
||
PluginInstance | ||
Результат | System |
public SearchPlayerBankAccount ( string playerName ) : IBankAccount>>.List |
||
playerName | string | |
Результат | IBankAccount>>.List |
public SearchPlayerBankAccountAsync ( string playerName ) : IBankAccount>>>.Task |
||
playerName | string | |
Результат | IBankAccount>>>.Task |
public UpdatePlayerIdle ( |
||
player | ||
Результат | void |