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 SourceIsWelded
Is this entity currently welded shut?
Declaration
public bool IsWelded
Field Value
Type | Description |
---|---|
System.Boolean |
WeldedExamineMessage
Shown when welded entity is examined.
Declaration
public string? WeldedExamineMessage
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
WeldingQuality
Tool quality for welding.
Declaration
public string WeldingQuality
Field Value
Type | Description |
---|---|
System.String |
WeldingTime
How much time does it take to weld/unweld entity.
Declaration
public TimeSpan WeldingTime
Field Value
Type | Description |
---|---|
TimeSpan |