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 SourcegoldCost
Declaration
public int goldCost
Field Value
| Type | Description |
|---|---|
| Int32 |
spellPointCost
Declaration
public int spellPointCost
Field Value
| Type | Description |
|---|---|
| Int32 |
Methods
| Improve this Doc View SourceDeconstruct(out Int32, out Int32)
Declaration
public void Deconstruct(out int gcost, out int spcost)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | gcost | |
| Int32 | spcost |