Show / Hide Table of Contents

Class WeldableComponent

Inheritance
System.Object
WeldableComponent
Namespace: Content.Shared.Tools.Components
Assembly: Content.Shared.dll
Syntax
public sealed class WeldableComponent : Component

Fields

| Improve this Doc View Source

IsWelded

Is this entity currently welded shut?

Declaration
public bool IsWelded
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

WeldedExamineMessage

Shown when welded entity is examined.

Declaration
public string? WeldedExamineMessage
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

WeldingQuality

Tool quality for welding.

Declaration
public string WeldingQuality
Field Value
Type Description
System.String
| Improve this Doc View Source

WeldingTime

How much time does it take to weld/unweld entity.

Declaration
public TimeSpan WeldingTime
Field Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾