Show / Hide Table of Contents

Struct DaggerfallQuestPopupWindow.DaedraData

Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public struct DaedraData

Constructors

| Improve this Doc View Source

DaedraData(Int32, String, Int32, String, WeatherType)

Declaration
public DaedraData(int factionId, string quest, int dayOfYear, string vidFile, WeatherType bonusCond)
Parameters
Type Name Description
Int32 factionId
String quest
Int32 dayOfYear
String vidFile
WeatherType bonusCond

Fields

| Improve this Doc View Source

bonusCond

Declaration
public readonly WeatherType bonusCond
Field Value
Type Description
WeatherType
| Improve this Doc View Source

dayOfYear

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

factionId

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

quest

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

vidFile

Declaration
public readonly string vidFile
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX