Class SalvageExpeditionWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
SalvageExpeditionWindow
Namespace: Content.Client.Salvage.UI
Assembly: Content.Client.dll
Syntax
public sealed class SalvageExpeditionWindow : FancyWindow, IComputerWindow<EmergencyConsoleBoundUserInterfaceState>
Constructors
| Improve this Doc View SourceSalvageExpeditionWindow()
Declaration
public SalvageExpeditionWindow()
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.Control.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)
|
Improve this Doc
View Source
UpdateState(SalvageExpeditionConsoleState)
Declaration
public void UpdateState(SalvageExpeditionConsoleState state)
Parameters
Type | Name | Description |
---|---|---|
SalvageExpeditionConsoleState | state |
Events
| Improve this Doc View SourceClaimMission
Declaration
public event Action<ushort>? ClaimMission
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.UInt16>> |