Show / Hide Table of Contents

Struct Item.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

actionWatching

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

allowDrop

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

artifact

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

item

Declaration
public ItemData_v1 item
Field Value
Type Description
ItemData_v1
| Improve this Doc View Source

playerDropped

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

useClicked

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