Class PortableGeneratorBoundUserInterface
Inheritance
System.Object
PortableGeneratorBoundUserInterface
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
|
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
|
Improve this Doc
View Source
Stop()
Declaration
|
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 |
|