Class GhostRoleRulesWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
GhostRoleRulesWindow
Namespace: Content.Client.UserInterface.Systems.Ghost.Controls.Roles
Assembly: Content.Client.dll
Syntax
public sealed class GhostRoleRulesWindow : DefaultWindow
Constructors
| Improve this Doc View SourceGhostRoleRulesWindow(String, Action<BaseButton.ButtonEventArgs>)
Declaration
public GhostRoleRulesWindow(string rules, Action<BaseButton.ButtonEventArgs> requestAction)
Parameters
Type | Name | Description |
---|---|---|
System.String | rules | |
Action<Robust.Client.UserInterface.Controls.BaseButton.ButtonEventArgs> | requestAction |
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)