Show / Hide Table of Contents

Struct EnchantmentSettings

Settings for a single enchantment on item.

Namespace: DaggerfallWorkshop.Game.MagicAndEffects
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct EnchantmentSettings : IEquatable<EnchantmentSettings>

Fields

| Improve this Doc View Source

ClassicParam

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

ClassicType

Declaration
public EnchantmentTypes ClassicType
Field Value
Type Description
EnchantmentTypes
| Improve this Doc View Source

CustomParam

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

EffectKey

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

EnchantCost

Declaration
public int EnchantCost
Field Value
Type Description
Int32
| Improve this Doc View Source

ParentEnchantment

Declaration
public int ParentEnchantment
Field Value
Type Description
Int32
| Improve this Doc View Source

PrimaryDisplayName

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

SecondaryDisplayName

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

Version

Declaration
public int Version
Field Value
Type Description
Int32

Methods

| Improve this Doc View Source

Equals(EnchantmentSettings)

Declaration
public bool Equals(EnchantmentSettings other)
Parameters
Type Name Description
EnchantmentSettings other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
ValueType.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
ValueType.GetHashCode()

Operators

| Improve this Doc View Source

Equality(EnchantmentSettings, EnchantmentSettings)

Declaration
public static bool operator ==(EnchantmentSettings enchantment1, EnchantmentSettings enchantment2)
Parameters
Type Name Description
EnchantmentSettings enchantment1
EnchantmentSettings enchantment2
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(EnchantmentSettings, EnchantmentSettings)

Declaration
public static bool operator !=(EnchantmentSettings enchantment1, EnchantmentSettings enchantment2)
Parameters
Type Name Description
EnchantmentSettings enchantment1
EnchantmentSettings enchantment2
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX