Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
ResearchConsoleMenu
Assembly: Content.Client.dll
public sealed class ResearchConsoleMenu : FancyWindow
Constructors
|
Improve this Doc
View Source
Declaration
public ResearchConsoleMenu(EntityUid entity)
Parameters
Type |
Name |
Description |
EntityUid |
entity |
|
Fields
|
Improve this Doc
View Source
Declaration
public readonly EntityUid Entity
Field Value
Type |
Description |
EntityUid |
|
|
Improve this Doc
View Source
Declaration
public Action? OnServerButtonPressed
Field Value
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public Action<string>? OnTechnologyCardPressed
Field Value
Type |
Description |
System.Nullable<Action<System.String>> |
|
Methods
|
Improve this Doc
View Source
Declaration
public FormattedMessage GetTechnologyDescription(TechnologyPrototype technology, bool includeCost = true)
Parameters
Returns
Type |
Description |
Robust.Shared.Utility.FormattedMessage |
|
|
Improve this Doc
View Source
Declaration
public void UpdateInformationPanel(ResearchConsoleBoundInterfaceState state)
Parameters
|
Improve this Doc
View Source
Declaration
public void UpdatePanels(ResearchConsoleBoundInterfaceState state)
Parameters
Extension Methods