Show / Hide Table of Contents

Class MechMenu

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
MechMenu
Namespace: Content.Client.Mech.Ui
Assembly: Content.Client.dll
Syntax
public sealed class MechMenu : FancyWindow

Constructors

| Improve this Doc View Source

MechMenu(EntityUid)

Declaration
public MechMenu(EntityUid mech)
Parameters
Type Name Description
EntityUid mech

Methods

| Improve this Doc View Source

UpdateEquipmentView()

Declaration
public void UpdateEquipmentView()
| Improve this Doc View Source

UpdateMechStats()

Declaration
public void UpdateMechStats()

Events

| Improve this Doc View Source

OnRemoveButtonPressed

Declaration
public event Action<EntityUid>? OnRemoveButtonPressed
Event Type
Type Description
System.Nullable<Action<EntityUid>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾