Show / Hide Table of Contents

Class BorgMenu

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
BorgMenu
Namespace: Content.Client.Silicons.Borgs
Assembly: Content.Client.dll
Syntax
public sealed class BorgMenu : FancyWindow

Constructors

| Improve this Doc View Source

BorgMenu(EntityUid)

Declaration
public BorgMenu(EntityUid entity)
Parameters
Type Name Description
EntityUid entity

Fields

| Improve this Doc View Source

AccumulatedTime

Declaration
public float AccumulatedTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

BrainButtonPressed

Declaration
public Action? BrainButtonPressed
Field Value
Type Description
System.Nullable<Action>
| Improve this Doc View Source

EjectBatteryButtonPressed

Declaration
public Action? EjectBatteryButtonPressed
Field Value
Type Description
System.Nullable<Action>
| Improve this Doc View Source

Entity

Declaration
public readonly EntityUid Entity
Field Value
Type Description
EntityUid
| Improve this Doc View Source

NameChanged

Declaration
public Action<string>? NameChanged
Field Value
Type Description
System.Nullable<Action<System.String>>
| Improve this Doc View Source

RemoveModuleButtonPressed

Declaration
public Action<EntityUid>? RemoveModuleButtonPressed
Field Value
Type Description
System.Nullable<Action<EntityUid>>

Methods

| Improve this Doc View Source

FrameUpdate(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)
| Improve this Doc View Source

UpdateState(BorgBuiState)

Declaration
public void UpdateState(BorgBuiState state)
Parameters
Type Name Description
BorgBuiState state

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
☀
☾