Class CargoBountyMenu
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
CargoBountyMenu
Namespace: Content.Client.Cargo.UI
Assembly: Content.Client.dll
Syntax
public sealed class CargoBountyMenu : FancyWindow
Constructors
| Improve this Doc View SourceCargoBountyMenu()
Declaration
public CargoBountyMenu()
Fields
| Improve this Doc View SourceOnLabelButtonPressed
Declaration
public Action<int>? OnLabelButtonPressed
Field Value
Type | Description |
---|---|
System.Nullable<Action<System.Int32>> |
Methods
| Improve this Doc View SourceUpdateEntries(List<CargoBountyData>)
Declaration
public void UpdateEntries(List<CargoBountyData> bounties)
Parameters
Type | Name | Description |
---|---|---|
List<Content.Shared.Cargo.CargoBountyData> | bounties |