Class IFFConsoleWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
IFFConsoleWindow
Implements
Namespace: Content.Client.Shuttles.UI
Assembly: Content.Client.dll
Syntax
public sealed class IFFConsoleWindow : FancyWindow, IComputerWindow<IFFConsoleBoundUserInterfaceState>
Constructors
| Improve this Doc View SourceIFFConsoleWindow()
Declaration
public IFFConsoleWindow()
Methods
| Improve this Doc View SourceUpdateState(IFFConsoleBoundUserInterfaceState)
Declaration
public void UpdateState(IFFConsoleBoundUserInterfaceState state)
Parameters
Type | Name | Description |
---|---|---|
IFFConsoleBoundUserInterfaceState | state |
Events
| Improve this Doc View SourceShowIFF
Declaration
public event Action<bool>? ShowIFF
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.Boolean>> |
ShowVessel
Declaration
public event Action<bool>? ShowVessel
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.Boolean>> |