Show / Hide Table of Contents

Struct Quest.QuestSaveData_v1

Namespace: DaggerfallWorkshop.Game.Questing
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public struct QuestSaveData_v1

Fields

| Improve this Doc View Source

activeLogMessages

Declaration
public Quest.LogEntry[] activeLogMessages
Field Value
Type Description
Quest.LogEntry[]
| Improve this Doc View Source

compiledByVersion

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

displayName

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

factionId

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

messages

Declaration
public Message.MessageSaveData_v1[] messages
Field Value
Type Description
Message.MessageSaveData_v1[]
| Improve this Doc View Source

questComplete

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

questName

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

questors

Declaration
public Dictionary<string, Quest.QuestorData> questors
Field Value
Type Description
Dictionary<String, Quest.QuestorData>
| Improve this Doc View Source

questStartTime

Declaration
public DaggerfallDateTime questStartTime
Field Value
Type Description
DaggerfallDateTime
| Improve this Doc View Source

questSuccess

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

questTombstoned

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

questTombstoneTime

Declaration
public DaggerfallDateTime questTombstoneTime
Field Value
Type Description
DaggerfallDateTime
| Improve this Doc View Source

resources

Declaration
public QuestResource.ResourceSaveData_v1[] resources
Field Value
Type Description
QuestResource.ResourceSaveData_v1[]
| Improve this Doc View Source

smallerDungeonsState

Declaration
public QuestSmallerDungeonsState smallerDungeonsState
Field Value
Type Description
QuestSmallerDungeonsState
| Improve this Doc View Source

tasks

Declaration
public Task.TaskSaveData_v1[] tasks
Field Value
Type Description
Task.TaskSaveData_v1[]
| Improve this Doc View Source

uid

Declaration
public ulong uid
Field Value
Type Description
UInt64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX