Show / Hide Table of Contents

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

clockEnabled

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

clockFinished

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

flag

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

lastWorldTimeSample

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

maxRange

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

minRange

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

remainingTimeInSeconds

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

startingTimeInSeconds

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