Show / Hide Table of Contents

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 Source

Delay

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 Source

BreathToolEntity

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

GasTankEntity

Declaration
public EntityUid? GasTankEntity { get; set; }
Property Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾