Show / Hide Table of Contents

Class PortableGeneratorBoundUserInterface

Inheritance
System.Object
PortableGeneratorBoundUserInterface
Namespace: Content.Client.Power.Generator
Assembly: Content.Client.dll
Syntax
public sealed class PortableGeneratorBoundUserInterface : BoundUserInterface

Constructors

| Improve this Doc View Source

PortableGeneratorBoundUserInterface(EntityUid, Enum)

Declaration
public PortableGeneratorBoundUserInterface(EntityUid owner, Enum uiKey)
Parameters
Type Name Description
EntityUid owner
Enum uiKey

Methods

| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
| Improve this Doc View Source

EjectFuel()

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

Open()

Declaration
protected override void Open()
| Improve this Doc View Source

SetTargetPower(Int32)

Declaration
public void SetTargetPower(int target)
Parameters
Type Name Description
System.Int32 target
| Improve this Doc View Source

Start()

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

Stop()

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

SwitchOutput()

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

UpdateState(BoundUserInterfaceState)

Declaration
protected override void UpdateState(BoundUserInterfaceState state)
Parameters
Type Name Description
BoundUserInterfaceState state
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾