Class EditSolutionsWindow
A simple window that displays solutions and their contained reagents. Allows you to edit the reagent quantities and add new reagents.
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
EditSolutionsWindow
Namespace: Content.Client.Administration.UI.ManageSolutions
Assembly: Content.Client.dll
Syntax
public sealed class EditSolutionsWindow : DefaultWindow
Constructors
| Improve this Doc View SourceEditSolutionsWindow()
Declaration
public EditSolutionsWindow()
Methods
| Improve this Doc View SourceClose()
Declaration
public override void Close()
Overrides
Robust.Client.UserInterface.CustomControls.BaseWindow.Close()
|
Improve this Doc
View Source
SetTargetEntity(NetEntity)
Declaration
public void SetTargetEntity(NetEntity target)
Parameters
Type | Name | Description |
---|---|---|
NetEntity | target |
UpdateReagents()
Update the capacity label and re-create the reagent list
Declaration
public void UpdateReagents()
UpdateSolutions(Nullable<Dictionary<String, Solution>>)
Update the solution options.
Declaration
public void UpdateSolutions(Dictionary<string, Solution>? solutions)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<Dictionary<System.String, Solution>> | solutions |