Show / Hide Table of Contents

Class BankRecordData_v1

Inheritance
Object
BankRecordData_v1
Namespace: DaggerfallWorkshop.Game.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class BankRecordData_v1

Fields

| Improve this Doc View Source

accountGold

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

hasDefaulted

Declaration
public bool hasDefaulted
Field Value
Type Description
Boolean
| Improve this Doc View Source

loanDueDate

Declaration
public uint loanDueDate
Field Value
Type Description
UInt32
| Improve this Doc View Source

loanTotal

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

regionIndex

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