Show / Hide Table of Contents

Struct RunQuest.SaveData_v1

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

Fields

| Improve this Doc View Source

failureSymbol

Declaration
public Symbol failureSymbol
Field Value
Type Description
Symbol
| Improve this Doc View Source

questName

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

questStarted

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

questUId

Declaration
public ulong? questUId
Field Value
Type Description
Nullable<UInt64>
| Improve this Doc View Source

successSymbol

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