Class SharedGravityGeneratorComponent.GeneratorState
Inheritance
System.Object
SharedGravityGeneratorComponent.GeneratorState
Assembly: Content.Shared.dll
Syntax
public sealed class GeneratorState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
GeneratorState(Boolean, Byte, GravityGeneratorPowerStatus, Int16, Int16, Int16)
Declaration
public GeneratorState(bool on, byte charge, GravityGeneratorPowerStatus powerStatus, short powerDraw, short powerDrawMax, short etaSeconds)
Parameters
Type |
Name |
Description |
System.Boolean |
on |
|
System.Byte |
charge |
|
GravityGeneratorPowerStatus |
powerStatus |
|
System.Int16 |
powerDraw |
|
System.Int16 |
powerDrawMax |
|
System.Int16 |
etaSeconds |
|
Fields
|
Improve this Doc
View Source
Charge
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
EtaSeconds
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
On
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PowerDraw
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
PowerDrawMax
Declaration
public short PowerDrawMax
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
PowerStatus
Declaration
public GravityGeneratorPowerStatus PowerStatus
Field Value