Class BanPanelEui
Inheritance
System.Object
BanPanelEui
Assembly: Content.Server.dll
Syntax
public sealed class BanPanelEui : BaseEui
Constructors
|
Improve this Doc
View Source
BanPanelEui()
Declaration
Methods
|
Improve this Doc
View Source
ChangePlayer(Nullable<NetUserId>, String, Nullable<IPAddress>, Nullable<ImmutableArray<Byte>>)
Declaration
public void ChangePlayer(NetUserId? playerId, string playerName, IPAddress? lastAddress, ImmutableArray<byte>? lastHwid)
Parameters
Type |
Name |
Description |
System.Nullable<Robust.Shared.Network.NetUserId> |
playerId |
|
System.String |
playerName |
|
System.Nullable<IPAddress> |
lastAddress |
|
System.Nullable<ImmutableArray<System.Byte>> |
lastHwid |
|
|
Improve this Doc
View Source
ChangePlayer(String)
Declaration
public void ChangePlayer(string playerNameOrId)
Parameters
Type |
Name |
Description |
System.String |
playerNameOrId |
|
|
Improve this Doc
View Source
Closed()
Declaration
public override void Closed()
Overrides
|
Improve this Doc
View Source
GetNewState()
Declaration
public override EuiStateBase GetNewState()
Returns
Overrides
|
Improve this Doc
View Source
HandleMessage(EuiMessageBase)
Declaration
public override void HandleMessage(EuiMessageBase msg)
Parameters
Overrides
|
Improve this Doc
View Source
Opened()
Declaration
public override void Opened()
Overrides