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 SourceIcon
An icon that will be used to represent this tool type.
Declaration
public SpriteSpecifier Icon { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Utility.SpriteSpecifier |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
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.
Spawn
The default entity prototype for this tool type.
Declaration
public string Spawn { get; }
Property Value
Type | Description |
---|---|
System.String |
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