Show / Hide Table of Contents

Class CargoBountyPrototype

This is a prototype for a cargo bounty, a set of items that must be sold together in a labeled container in order to receive a monetary reward.

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

Fields

| Improve this Doc View Source

Description

A description for flava purposes.

Declaration
public string Description
Field Value
Type Description
System.String
| Improve this Doc View Source

Entries

The entries that must be satisfied for the cargo bounty to be complete.

Declaration
public List<CargoBountyItemEntry> Entries
Field Value
Type Description
List<Content.Shared.Cargo.Prototypes.CargoBountyItemEntry>
| Improve this Doc View Source

Reward

The monetary reward for completing the bounty

Declaration
public int Reward
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { 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
☀
☾