Show / Hide Table of Contents

Struct ForcedEnchantment

Defines a single forced enchantment effect with param.

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

Constructors

| Improve this Doc View Source

ForcedEnchantment(String, Int16)

Declaration
public ForcedEnchantment(string key, short classicParam = -1)
Parameters
Type Name Description
String key
Int16 classicParam

Fields

| Improve this Doc View Source

key

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

param

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