Show / Hide Table of Contents

Class GridAtmosphereComponent

Internal Atmos class. Use AtmosphereSystem to interact with atmos instead.

Inheritance
System.Object
GridAtmosphereComponent
Namespace: Content.Server.Atmos.Components
Assembly: Content.Server.dll
Syntax
public sealed class GridAtmosphereComponent : Component

Fields

| Improve this Doc View Source

ActiveTiles

Declaration
public readonly HashSet<TileAtmosphere> ActiveTiles
Field Value
Type Description
HashSet<TileAtmosphere>
| Improve this Doc View Source

AtmosDevices

Declaration
public readonly HashSet<AtmosDeviceComponent> AtmosDevices
Field Value
Type Description
HashSet<AtmosDeviceComponent>
| Improve this Doc View Source

CurrentRunAtmosDevices

Declaration
public Queue<AtmosDeviceComponent> CurrentRunAtmosDevices
Field Value
Type Description
Queue<AtmosDeviceComponent>
| Improve this Doc View Source

CurrentRunExcitedGroups

Declaration
public Queue<ExcitedGroup> CurrentRunExcitedGroups
Field Value
Type Description
Queue<ExcitedGroup>
| Improve this Doc View Source

CurrentRunInvalidatedCoordinates

Declaration
public Queue<Vector2i> CurrentRunInvalidatedCoordinates
Field Value
Type Description
Queue<Vector2i>
| Improve this Doc View Source

CurrentRunPipeNet

Declaration
public Queue<IPipeNet> CurrentRunPipeNet
Field Value
Type Description
Queue<IPipeNet>
| Improve this Doc View Source

CurrentRunTiles

Declaration
public Queue<TileAtmosphere> CurrentRunTiles
Field Value
Type Description
Queue<TileAtmosphere>
| Improve this Doc View Source

ExcitedGroups

Declaration
public readonly HashSet<ExcitedGroup> ExcitedGroups
Field Value
Type Description
HashSet<ExcitedGroup>
| Improve this Doc View Source

HighPressureDelta

Declaration
public HashSet<TileAtmosphere> HighPressureDelta
Field Value
Type Description
HashSet<TileAtmosphere>
| Improve this Doc View Source

HotspotTiles

Declaration
public readonly HashSet<TileAtmosphere> HotspotTiles
Field Value
Type Description
HashSet<TileAtmosphere>
| Improve this Doc View Source

InvalidatedCoords

Declaration
public readonly HashSet<Vector2i> InvalidatedCoords
Field Value
Type Description
HashSet<Vector2i>
| Improve this Doc View Source

PipeNets

Declaration
public readonly HashSet<IPipeNet> PipeNets
Field Value
Type Description
HashSet<IPipeNet>
| Improve this Doc View Source

SuperconductivityTiles

Declaration
public readonly HashSet<TileAtmosphere> SuperconductivityTiles
Field Value
Type Description
HashSet<TileAtmosphere>
| Improve this Doc View Source

Tiles

Declaration
public Dictionary<Vector2i, TileAtmosphere> Tiles
Field Value
Type Description
Dictionary<Vector2i, TileAtmosphere>

Properties

| Improve this Doc View Source

ActiveTilesCount

Declaration
public int ActiveTilesCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

EqualizationQueueCycleControl

Declaration
public long EqualizationQueueCycleControl { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

ExcitedGroupCount

Declaration
public int ExcitedGroupCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

HighPressureDeltaCount

Declaration
public int HighPressureDeltaCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

HotspotTilesCount

Declaration
public int HotspotTilesCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

InvalidatedCoordsCount

Declaration
public int InvalidatedCoordsCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ProcessingPaused

Declaration
public bool ProcessingPaused { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Simulated

Declaration
public bool Simulated { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

State

Declaration
public AtmosphereProcessingState State { get; set; }
Property Value
Type Description
AtmosphereProcessingState
| Improve this Doc View Source

SuperconductivityTilesCount

Declaration
public int SuperconductivityTilesCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Timer

Declaration
public float Timer { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

UpdateCounter

Declaration
public int UpdateCounter { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾