Show / Hide Table of Contents

Class IFFConsoleWindow

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

Constructors

| Improve this Doc View Source

IFFConsoleWindow()

Declaration
public IFFConsoleWindow()

Methods

| Improve this Doc View Source

UpdateState(IFFConsoleBoundUserInterfaceState)

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

Events

| Improve this Doc View Source

ShowIFF

Declaration
public event Action<bool>? ShowIFF
Event Type
Type Description
System.Nullable<Action<System.Boolean>>
| Improve this Doc View Source

ShowVessel

Declaration
public event Action<bool>? ShowVessel
Event Type
Type Description
System.Nullable<Action<System.Boolean>>

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