Class UserIDList
Inheritance
System.Object
UserIDList
Assembly: Eco.Gameplay.dll
Syntax
public class UserIDList : BaseUserIDList<string>
Constructors
UserIDList()
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<System.String>.ContainsByParams(System.String[])
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<System.String>.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<System.String>.TryRemoveUser(System.String)
UpdateStoredUsers()
Declaration
protected override void UpdateStoredUsers()
Overrides
Eco.Gameplay.Players.BaseUserIDList<System.String>.UpdateStoredUsers()
Extension Methods