Show / Hide Table of Contents

Class DisposalHolderComponent

Inheritance
System.Object
DisposalHolderComponent
Implements
IGasMixtureHolder
Namespace: Content.Server.Disposal.Unit.Components
Assembly: Content.Server.dll
Syntax
public sealed class DisposalHolderComponent : Component, IGasMixtureHolder

Fields

| Improve this Doc View Source

Container

Declaration
public Container Container
Field Value
Type Description
Robust.Shared.Containers.Container

Properties

| Improve this Doc View Source

Air

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

CurrentDirection

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

CurrentTube

Declaration
public EntityUid? CurrentTube { get; set; }
Property Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

IsExitingDisposals

Mistake prevention

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

PreviousDirection

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

PreviousDirectionFrom

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

PreviousTube

Declaration
public EntityUid? PreviousTube { get; set; }
Property Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

StartingTime

The total amount of time that it will take for this entity to be pushed to the next tube

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

Tags

A list of tags attached to the content, used for sorting

Declaration
public HashSet<string> Tags { get; set; }
Property Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

TimeLeft

Time left until the entity is pushed to the next tube

Declaration
public float TimeLeft { get; set; }
Property Value
Type Description
System.Single

Implements

IGasMixtureHolder
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾