Class CargoProductPrototype
Inheritance
System.Object
CargoProductPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Cargo.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class CargoProductPrototype : object, IPrototype
Properties
| Improve this Doc View SourceCategory
The prototype category of the product. (e.g. Engineering, Medical)
Declaration
public string Category { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Short description of the product.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Group
The prototype group of the product. (e.g. Contraband)
Declaration
public string Group { get; }
Property Value
Type | Description |
---|---|
System.String |
Icon
Texture path used in the CargoConsole GUI.
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
Product name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PointCost
The point cost of the product.
Declaration
public int PointCost { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Product
The prototype name of the product.
Declaration
public string Product { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype