Show / Hide Table of Contents

Class ToolQualityPrototype

Inheritance
System.Object
ToolQualityPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Tools
Assembly: Content.Shared.dll
Syntax
public sealed class ToolQualityPrototype : object, IPrototype

Properties

| Improve this Doc View Source

Icon

An icon that will be used to represent this tool type.

Declaration
public SpriteSpecifier Icon { get; }
Property Value
Type Description
Robust.Shared.Utility.SpriteSpecifier
| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Human-readable name for this tool quality e.g. "Anchoring"

Declaration
public string Name { get; }
Property Value
Type Description
System.String
Remarks

This is a localization string ID.

| Improve this Doc View Source

Spawn

The default entity prototype for this tool type.

Declaration
public string Spawn { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToolName

Human-readable name for a tool of this type e.g. "Wrench"

Declaration
public string ToolName { get; }
Property Value
Type Description
System.String
Remarks

This is a localization string ID.

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾