Show / Hide Table of Contents

Struct PotionRecipe.Ingredient

Abstracts an item ID into an ingredient.

Namespace: DaggerfallWorkshop.Game.MagicAndEffects
Assembly: Assembly-CSharp.dll
Syntax
public struct Ingredient

Constructors

| Improve this Doc View Source

Ingredient(Int32)

Declaration
public Ingredient(int id)
Parameters
Type Name Description
Int32 id

Fields

| Improve this Doc View Source

id

Declaration
public int id
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX