Show / Hide Table of Contents

Class BanPanel

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
BanPanel
Namespace: Content.Client.Administration.UI.BanPanel
Assembly: Content.Client.dll
Syntax
public sealed class BanPanel : DefaultWindow

Constructors

| Improve this Doc View Source

BanPanel()

Declaration
public BanPanel()

Methods

| Improve this Doc View Source

FrameUpdate(FrameEventArgs)

Declaration
protected override void FrameUpdate(FrameEventArgs args)
Parameters
Type Name Description
Robust.Shared.Timing.FrameEventArgs args
Overrides
Robust.Client.UserInterface.CustomControls.DefaultWindow.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)
| Improve this Doc View Source

OnPlayerSelectionChanged(Nullable<PlayerInfo>)

Declaration
public void OnPlayerSelectionChanged(PlayerInfo? player)
Parameters
Type Name Description
System.Nullable<PlayerInfo> player
| Improve this Doc View Source

UpdateBanFlag(Boolean)

Declaration
public void UpdateBanFlag(bool newFlag)
Parameters
Type Name Description
System.Boolean newFlag
| Improve this Doc View Source

UpdatePlayerData(String)

Declaration
public void UpdatePlayerData(string playerName)
Parameters
Type Name Description
System.String playerName

Events

| Improve this Doc View Source

BanSubmitted

Declaration
public event Action<string?, (IPAddress, int)?, bool, byte[], bool, uint, string, NoteSeverity, string[]>? BanSubmitted
Event Type
Type Description
System.Nullable<Action<System.Nullable<System.String>, System.Nullable<System.ValueTuple<IPAddress, System.Int32>>, System.Boolean, System.Byte[], System.Boolean, System.UInt32, System.String, NoteSeverity, System.String[]>>
| Improve this Doc View Source

PlayerChanged

Declaration
public event Action<string>? PlayerChanged
Event Type
Type Description
System.Nullable<Action<System.String>>

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
☀
☾