Show / Hide Table of Contents

Struct EnchantmentParam

Flexible enchantment parameter for either a classic effect or a custom effect. This is stored with EffectEntry for enchantment bundles and assigned to live effect instance. Formalising this to a data structure allows for expanding custom enchantment params later.

Namespace: DaggerfallWorkshop.Game.MagicAndEffects
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct EnchantmentParam

Fields

| Improve this Doc View Source

ClassicParam

Declaration
public short ClassicParam
Field Value
Type Description
Int16
| Improve this Doc View Source

CustomParam

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