Class DisposalTubeComponent
Inheritance
System.Object
DisposalTubeComponent
Assembly: Content.Server.dll
Syntax
public sealed class DisposalTubeComponent : Component
Fields
|
Improve this Doc
View Source
ClangDelay
Declaration
public static readonly TimeSpan ClangDelay
Field Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
ClangSound
Declaration
public SoundSpecifier ClangSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
Connected
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastClang
Declaration
public TimeSpan LastClang
Field Value
Type |
Description |
TimeSpan |
|
Properties
|
Improve this Doc
View Source
ContainerId
Declaration
public string ContainerId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Contents
Container of entities that are currently inside this tube
Declaration
public Container Contents { get; set; }
Property Value
Type |
Description |
Robust.Shared.Containers.Container |
|