Show / Hide Table of Contents

Class VendingMachineInventoryEntry

Inheritance
System.Object
VendingMachineInventoryEntry
Namespace: Content.Shared.VendingMachines
Assembly: Content.Shared.dll
Syntax
public sealed class VendingMachineInventoryEntry : object

Constructors

| Improve this Doc View Source

VendingMachineInventoryEntry(InventoryType, String, UInt32)

Declaration
public VendingMachineInventoryEntry(InventoryType type, string id, uint amount)
Parameters
Type Name Description
InventoryType type
System.String id
System.UInt32 amount

Fields

| Improve this Doc View Source

Amount

Declaration
public uint Amount
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

ID

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

Type

Declaration
public InventoryType Type
Field Value
Type Description
InventoryType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾