Show / Hide Table of Contents

Struct PlaySound.SaveData_v1

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

Fields

| Improve this Doc View Source

count

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

interval

Declaration
public uint interval
Field Value
Type Description
UInt32
| Improve this Doc View Source

lastTimePlayed

Declaration
public ulong lastTimePlayed
Field Value
Type Description
UInt64
| Improve this Doc View Source

soundIndex

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

soundName

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

unknown

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