Class TimeUserIDList
Inheritance
System.Object
TimeUserIDList
Assembly: Eco.Gameplay.dll
Syntax
public class TimeUserIDList : BaseUserIDList<TimeUser>
Constructors
TimeUserIDList()
Declaration
Methods
ContainsByParams(String[])
Declaration
protected override bool ContainsByParams(params string[] ids)
Parameters
Type |
Name |
Description |
System.String[] |
ids |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Eco.Gameplay.Players.BaseUserIDList<Eco.Gameplay.Players.TimeUser>.ContainsByParams(System.String[])
DoExpire()
Declaration
TryAddUser(String, (Boolean, DateTime))
Declaration
protected override bool TryAddUser(string targetIdOrName, (bool, DateTime) countedTime)
Parameters
Type |
Name |
Description |
System.String |
targetIdOrName |
|
System.ValueTuple<System.Boolean, System.DateTime> |
countedTime |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Eco.Gameplay.Players.BaseUserIDList<Eco.Gameplay.Players.TimeUser>.TryAddUser(System.String, System.ValueTuple<System.Boolean, System.DateTime>)
TryRemoveUser(String)
Declaration
protected override bool TryRemoveUser(string targetIdOrName)
Parameters
Type |
Name |
Description |
System.String |
targetIdOrName |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Eco.Gameplay.Players.BaseUserIDList<Eco.Gameplay.Players.TimeUser>.TryRemoveUser(System.String)
UpdateStoredUsers()
Declaration
protected override void UpdateStoredUsers()
Overrides
Eco.Gameplay.Players.BaseUserIDList<Eco.Gameplay.Players.TimeUser>.UpdateStoredUsers()
Extension Methods