Show / Hide Table of Contents

Class GatewayWindow

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
GatewayWindow
Implements
IComputerWindow<EmergencyConsoleBoundUserInterfaceState>
Namespace: Content.Client.Gateway.UI
Assembly: Content.Client.dll
Syntax
public sealed class GatewayWindow : FancyWindow, IComputerWindow<EmergencyConsoleBoundUserInterfaceState>

Constructors

| Improve this Doc View Source

GatewayWindow()

Declaration
public GatewayWindow()

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.Control.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)
| Improve this Doc View Source

UpdateState(GatewayBoundUserInterfaceState)

Declaration
public void UpdateState(GatewayBoundUserInterfaceState state)
Parameters
Type Name Description
GatewayBoundUserInterfaceState state

Events

| Improve this Doc View Source

OpenPortal

Declaration
public event Action<NetEntity>? OpenPortal
Event Type
Type Description
System.Nullable<Action<NetEntity>>

Implements

IComputerWindow<TState>

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