Show / Hide Table of Contents

Class AirtightComponent

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

Fields

| Improve this Doc View Source

CurrentAirBlockedDirection

Declaration
public int CurrentAirBlockedDirection
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

AirBlocked

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

AirBlockedDirection

Declaration
public AtmosDirection AirBlockedDirection { get; }
Property Value
Type Description
AtmosDirection
| Improve this Doc View Source

FixAirBlockedDirectionInitialize

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

FixVacuum

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

InitialAirBlockedDirection

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

LastPosition

Declaration
public (EntityUid Grid, Vector2i Tile) LastPosition { get; set; }
Property Value
Type Description
System.ValueTuple<EntityUid, Vector2i>
| Improve this Doc View Source

NoAirWhenFullyAirBlocked

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

RotateAirBlocked

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