Show / Hide Table of Contents

Class ParticleAcceleratorUIState

Inheritance
System.Object
ParticleAcceleratorUIState
Namespace: Content.Shared.Singularity.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ParticleAcceleratorUIState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

ParticleAcceleratorUIState(Boolean, Boolean, ParticleAcceleratorPowerState, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, ParticleAcceleratorPowerState, Boolean)

Declaration
public ParticleAcceleratorUIState(bool assembled, bool enabled, ParticleAcceleratorPowerState state, int powerReceive, int powerDraw, bool emitterStarboardExists, bool emitterForeExists, bool emitterPortExists, bool powerBoxExists, bool fuelChamberExists, bool endCapExists, bool interfaceBlock, ParticleAcceleratorPowerState maxLevel, bool wirePowerBlock)
Parameters
Type Name Description
System.Boolean assembled
System.Boolean enabled
ParticleAcceleratorPowerState state
System.Int32 powerReceive
System.Int32 powerDraw
System.Boolean emitterStarboardExists
System.Boolean emitterForeExists
System.Boolean emitterPortExists
System.Boolean powerBoxExists
System.Boolean fuelChamberExists
System.Boolean endCapExists
System.Boolean interfaceBlock
ParticleAcceleratorPowerState maxLevel
System.Boolean wirePowerBlock

Fields

| Improve this Doc View Source

Assembled

Declaration
public bool Assembled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

EmitterForeExists

Declaration
public bool EmitterForeExists
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

EmitterPortExists

Declaration
public bool EmitterPortExists
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

EmitterStarboardExists

Declaration
public bool EmitterStarboardExists
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

EndCapExists

Declaration
public bool EndCapExists
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

FuelChamberExists

Declaration
public bool FuelChamberExists
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

InterfaceBlock

Declaration
public bool InterfaceBlock
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

MaxLevel

Declaration
public ParticleAcceleratorPowerState MaxLevel
Field Value
Type Description
ParticleAcceleratorPowerState
| Improve this Doc View Source

PowerBoxExists

Declaration
public bool PowerBoxExists
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

PowerDraw

Declaration
public int PowerDraw
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PowerReceive

Declaration
public int PowerReceive
Field Value
Type Description
System.Int32
| Improve this Doc View Source

State

Declaration
public ParticleAcceleratorPowerState State
Field Value
Type Description
ParticleAcceleratorPowerState
| Improve this Doc View Source

WirePowerBlock

Declaration
public bool WirePowerBlock
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾