Show / Hide Table of Contents

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 Source

Qualities

Declaration
public PrototypeFlags<ToolQualityPrototype> Qualities { get; set; }
Property Value
Type Description
Robust.Shared.Utility.PrototypeFlags<ToolQualityPrototype>
| Improve this Doc View Source

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
| Improve this Doc View Source

UseSound

Declaration
public SoundSpecifier UseSound { get; set; }
Property Value
Type Description
Robust.Shared.Audio.SoundSpecifier
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾