Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
CargoPalletMenu
Assembly: Content.Client.dll
public sealed class CargoPalletMenu : FancyWindow
Constructors
|
Improve this Doc
View Source
Declaration
Fields
|
Improve this Doc
View Source
Declaration
public Action? AppraiseRequested
Field Value
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public Action? SellRequested
Field Value
Type |
Description |
System.Nullable<Action> |
|
Methods
|
Improve this Doc
View Source
Declaration
public void SetAppraisal(int amount)
Parameters
Type |
Name |
Description |
System.Int32 |
amount |
|
|
Improve this Doc
View Source
Declaration
public void SetCount(int count)
Parameters
Type |
Name |
Description |
System.Int32 |
count |
|
|
Improve this Doc
View Source
Declaration
public void SetEnabled(bool enabled)
Parameters
Type |
Name |
Description |
System.Boolean |
enabled |
|
Extension Methods