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 SourceForcedEnchantment(String, Int16)
Declaration
public ForcedEnchantment(string key, short classicParam = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key | |
| Int16 | classicParam |
Fields
| Improve this Doc View Sourcekey
Declaration
public string key
Field Value
| Type | Description |
|---|---|
| String |
param
Declaration
public EnchantmentParam param
Field Value
| Type | Description |
|---|---|
| EnchantmentParam |