Show / Hide Table of Contents

Struct RumorFile.DaggerfallRumor

Represents a rumor.

Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public struct DaggerfallRumor

Fields

| Improve this Doc View Source

Faction1

Declaration
public ushort Faction1
Field Value
Type Description
UInt16
| Improve this Doc View Source

Faction2

Declaration
public ushort Faction2
Field Value
Type Description
UInt16
| Improve this Doc View Source

Flags

Declaration
public byte Flags
Field Value
Type Description
Byte
| Improve this Doc View Source

NPCID

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

QuestID

Declaration
public byte QuestID
Field Value
Type Description
Byte
| Improve this Doc View Source

QuestName

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

RegionID

Declaration
public byte RegionID
Field Value
Type Description
Byte
| Improve this Doc View Source

RumorText

Declaration
public byte[] RumorText
Field Value
Type Description
Byte[]
| Improve this Doc View Source

TextLength

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

TimeLimit

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

Type

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

Unknown

Declaration
public ushort Unknown
Field Value
Type Description
UInt16
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Faction1
    • Faction2
    • Flags
    • NPCID
    • QuestID
    • QuestName
    • RegionID
    • RumorText
    • TextLength
    • TimeLimit
    • Type
    • Unknown
Back to top Generated by DocFX