Show / Hide Table of Contents

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 Source

PlayerListControl()

Declaration
public PlayerListControl()

Fields

| Improve this Doc View Source

Comparison

Declaration
public Comparison<PlayerInfo>? Comparison
Field Value
Type Description
System.Nullable<Comparison<PlayerInfo>>
| Improve this Doc View Source

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 Source

PlayerInfo

Declaration
public IReadOnlyList<PlayerInfo> PlayerInfo { get; }
Property Value
Type Description
IReadOnlyList<PlayerInfo>

Methods

| Improve this Doc View Source

PopulateList(Nullable<IReadOnlyList<PlayerInfo>>)

Declaration
public void PopulateList(IReadOnlyList<PlayerInfo>? players = null)
Parameters
Type Name Description
System.Nullable<IReadOnlyList<PlayerInfo>> players
| Improve this Doc View Source

StopFiltering()

Declaration
public void StopFiltering()

Events

| Improve this Doc View Source

OnSelectionChanged

Declaration
public event Action<PlayerInfo?>? OnSelectionChanged
Event Type
Type Description
System.Nullable<Action<System.Nullable<PlayerInfo>>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾