Show / Hide Table of Contents

Class SaveInfo_v1

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

Fields

| Improve this Doc View Source

characterName

Declaration
public string characterName
Field Value
Type Description
String
| Improve this Doc View Source

dateAndTime

Declaration
public DateAndTime_v1 dateAndTime
Field Value
Type Description
DateAndTime_v1
| Improve this Doc View Source

dfuVersion

Declaration
public string dfuVersion
Field Value
Type Description
String
| Improve this Doc View Source

saveName

Declaration
public string saveName
Field Value
Type Description
String
| Improve this Doc View Source

saveVersion

Declaration
public int saveVersion
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • characterName
    • dateAndTime
    • dfuVersion
    • saveName
    • saveVersion
Back to top Generated by DocFX