Show / Hide Table of Contents

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 Source

Category

The prototype category of the product. (e.g. Engineering, Medical)

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

Description

Short description of the product.

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

Group

The prototype group of the product. (e.g. Contraband)

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

Icon

Texture path used in the CargoConsole GUI.

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

Product name.

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

PointCost

The point cost of the product.

Declaration
public int PointCost { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Product

The prototype name of the product.

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

Implements

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