Show / Hide Table of Contents

Struct FormulaHelper.SpellCost

A structure containing both the gold and spell point cost of either a single effect, or an entire spell

Namespace: DaggerfallWorkshop.Game.Formulas
Assembly: Assembly-CSharp.dll
Syntax
public struct SpellCost

Fields

| Improve this Doc View Source

goldCost

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

spellPointCost

Declaration
public int spellPointCost
Field Value
Type Description
Int32

Methods

| Improve this Doc View Source

Deconstruct(out Int32, out Int32)

Declaration
public void Deconstruct(out int gcost, out int spcost)
Parameters
Type Name Description
Int32 gcost
Int32 spcost
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX