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 SourceBanPanel()
Declaration
public BanPanel()
Methods
| Improve this Doc View SourceFrameUpdate(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 |
UpdateBanFlag(Boolean)
Declaration
public void UpdateBanFlag(bool newFlag)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | newFlag |
UpdatePlayerData(String)
Declaration
public void UpdatePlayerData(string playerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | playerName |
Events
| Improve this Doc View SourceBanSubmitted
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[]>> |
PlayerChanged
Declaration
public event Action<string>? PlayerChanged
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.String>> |