Show / Hide Table of Contents

Class SpellRecord.SpellRecordData

Inheritance
Object
SpellRecord.SpellRecordData
Namespace: DaggerfallConnect.Save
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class SpellRecordData

Constructors

| Improve this Doc View Source

SpellRecordData()

Declaration
public SpellRecordData()

Fields

| Improve this Doc View Source

cost

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

effects

Declaration
public SpellRecord.EffectRecordData[] effects
Field Value
Type Description
SpellRecord.EffectRecordData[]
| Improve this Doc View Source

element

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

icon

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

index

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

rangeType

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

spellName

Declaration
public string spellName
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SpellRecordData()
  • Fields
    • cost
    • effects
    • element
    • icon
    • index
    • rangeType
    • spellName
Back to top Generated by DocFX