Show / Hide Table of Contents

Class VendingMachineInventoryPrototype

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

Properties

| Improve this Doc View Source

ContrabandInventory

Declaration
public Dictionary<string, uint>? ContrabandInventory { get; }
Property Value
Type Description
System.Nullable<Dictionary<System.String, System.UInt32>>
| Improve this Doc View Source

EmaggedInventory

Declaration
public Dictionary<string, uint>? EmaggedInventory { get; }
Property Value
Type Description
System.Nullable<Dictionary<System.String, System.UInt32>>
| Improve this Doc View Source

ID

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

StartingInventory

Declaration
public Dictionary<string, uint> StartingInventory { get; }
Property Value
Type Description
Dictionary<System.String, System.UInt32>

Implements

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