Show / Hide Table of Contents

Class SaveData_v1

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

Fields

| Improve this Doc View Source

advancedClimbingState

Declaration
public AdvancedClimbingData_v1 advancedClimbingState
Field Value
Type Description
AdvancedClimbingData_v1
| Improve this Doc View Source

bankAccounts

Declaration
public BankRecordData_v1[] bankAccounts
Field Value
Type Description
BankRecordData_v1[]
| Improve this Doc View Source

bankDeeds

Declaration
public BankDeedData_v1 bankDeeds
Field Value
Type Description
BankDeedData_v1
| Improve this Doc View Source

currentUID

Declaration
public ulong currentUID
Field Value
Type Description
UInt64
| Improve this Doc View Source

dateAndTime

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

dungeonData

Declaration
public DungeonData_v1 dungeonData
Field Value
Type Description
DungeonData_v1
| Improve this Doc View Source

enemyData

Declaration
public EnemyData_v1[] enemyData
Field Value
Type Description
EnemyData_v1[]
| Improve this Doc View Source

escortingFaces

Declaration
public FaceDetails[] escortingFaces
Field Value
Type Description
FaceDetails[]
| Improve this Doc View Source

header

Declaration
public SaveDataDescription_v1 header
Field Value
Type Description
SaveDataDescription_v1
| Improve this Doc View Source

lootContainers

Declaration
public LootContainerData_v1[] lootContainers
Field Value
Type Description
LootContainerData_v1[]
| Improve this Doc View Source

modInfoData

Declaration
public ModInfo_v1[] modInfoData
Field Value
Type Description
ModInfo_v1[]
| Improve this Doc View Source

playerData

Declaration
public PlayerData_v1 playerData
Field Value
Type Description
PlayerData_v1
| Improve this Doc View Source

sceneCache

Declaration
public SceneCache_v1 sceneCache
Field Value
Type Description
SceneCache_v1
| Improve this Doc View Source

travelMapData

Declaration
public TravelMapSaveData travelMapData
Field Value
Type Description
TravelMapSaveData
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • advancedClimbingState
    • bankAccounts
    • bankDeeds
    • currentUID
    • dateAndTime
    • dungeonData
    • enemyData
    • escortingFaces
    • header
    • lootContainers
    • modInfoData
    • playerData
    • sceneCache
    • travelMapData
Back to top Generated by DocFX