Show / Hide Table of Contents

Struct Task.TaskSaveData_v1

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

Fields

| Improve this Doc View Source

actions

Declaration
public ActionTemplate.ActionSaveData_v1[] actions
Field Value
Type Description
ActionTemplate.ActionSaveData_v1[]
| Improve this Doc View Source

dropped

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

globalVarLink

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

globalVarName

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

hasTriggerConditions

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

prevTriggered

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

symbol

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

targetSymbol

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

triggered

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

type

Declaration
public Task.TaskType type
Field Value
Type Description
Task.TaskType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX