Show / Hide Table of Contents

Struct LegacyEffectEntry

Stores an effect group / subgroup pair as read from classic save. This is only used when importing character spellbook from classic. During startup any legacy spells will be migrated to Daggerfall Unity spells provided all classic group / subgroup pairs can be resolved to a known effect key.

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

Fields

| Improve this Doc View Source

Group

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

Settings

Declaration
public EffectSettings Settings
Field Value
Type Description
EffectSettings
| Improve this Doc View Source

SubGroup

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