Class ToolComponent
Inheritance
System.Object
ToolComponent
Namespace: Content.Shared.Tools.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ToolComponent : Component
Properties
| Improve this Doc View SourceQualities
Declaration
public PrototypeFlags<ToolQualityPrototype> Qualities { get; set; }
Property Value
Type | Description |
---|---|
Robust.Shared.Utility.PrototypeFlags<ToolQualityPrototype> |
SpeedModifier
For tool interactions that have a delay before action this will modify the rate, time to wait is divided by this value
Declaration
public float SpeedModifier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
UseSound
Declaration
public SoundSpecifier UseSound { get; set; }
Property Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |