Class InternalsComponent
Handles hooking up a mask (breathing tool) / gas tank together and allowing the Owner to breathe through it.
Inheritance
System.Object
InternalsComponent
Namespace: Content.Server.Body.Components
Assembly: Content.Server.dll
Syntax
public sealed class InternalsComponent : Component
Fields
| Improve this Doc View SourceDelay
Toggle Internals delay (seconds) when the target is not you.
Declaration
public float Delay
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceBreathToolEntity
Declaration
public EntityUid? BreathToolEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
GasTankEntity
Declaration
public EntityUid? GasTankEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |