Class BountyEntry
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
BountyEntry
Namespace: Content.Client.Cargo.UI
Assembly: Content.Client.dll
Syntax
public sealed class BountyEntry : BoxContainer
Constructors
| Improve this Doc View SourceBountyEntry(CargoBountyData)
Declaration
public BountyEntry(CargoBountyData bounty)
Parameters
Type | Name | Description |
---|---|---|
Content.Shared.Cargo.CargoBountyData | bounty |
Fields
| Improve this Doc View SourceEndTime
Declaration
public TimeSpan EndTime
Field Value
Type | Description |
---|---|
TimeSpan |
OnButtonPressed
Declaration
public Action? OnButtonPressed
Field Value
Type | Description |
---|---|
System.Nullable<Action> |
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)