Class PlayerListControl
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
PlayerListControl
Namespace: Content.Client.Administration.UI.CustomControls
Assembly: Content.Client.dll
Syntax
public sealed class PlayerListControl : BoxContainer
Constructors
| Improve this Doc View SourcePlayerListControl()
Declaration
public PlayerListControl()
Fields
| Improve this Doc View SourceComparison
Declaration
public Comparison<PlayerInfo>? Comparison
Field Value
| Type | Description |
|---|---|
| System.Nullable<Comparison<PlayerInfo>> |
OverrideText
Declaration
public Func<PlayerInfo, string, string>? OverrideText
Field Value
| Type | Description |
|---|---|
| System.Nullable<Func<PlayerInfo, System.String, System.String>> |
Properties
| Improve this Doc View SourcePlayerInfo
Declaration
public IReadOnlyList<PlayerInfo> PlayerInfo { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<PlayerInfo> |
Methods
| Improve this Doc View SourcePopulateList(Nullable<IReadOnlyList<PlayerInfo>>)
Declaration
public void PopulateList(IReadOnlyList<PlayerInfo>? players = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<IReadOnlyList<PlayerInfo>> | players |
StopFiltering()
Declaration
public void StopFiltering()
Events
| Improve this Doc View SourceOnSelectionChanged
Declaration
public event Action<PlayerInfo?>? OnSelectionChanged
Event Type
| Type | Description |
|---|---|
| System.Nullable<Action<System.Nullable<PlayerInfo>>> |