Show / Hide Table of Contents

Class TalkManager.SaveDataConversation

Inheritance
Object
TalkManager.SaveDataConversation
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public class SaveDataConversation

Fields

| Improve this Doc View Source

castleNPCsSpokenTo

Declaration
public Dictionary<int, bool> castleNPCsSpokenTo
Field Value
Type Description
Dictionary<Int32, Boolean>
| Improve this Doc View Source

dictQuestInfo

Declaration
public Dictionary<ulong, TalkManager.QuestResources> dictQuestInfo
Field Value
Type Description
Dictionary<UInt64, TalkManager.QuestResources>
| Improve this Doc View Source

dictQuestorPostQuestMessage

Declaration
public Dictionary<ulong, TextFile.Token[]> dictQuestorPostQuestMessage
Field Value
Type Description
Dictionary<UInt64, TextFile.Token[]>
| Improve this Doc View Source

listRumorMill

Declaration
public List<TalkManager.RumorMillEntry> listRumorMill
Field Value
Type Description
List<TalkManager.RumorMillEntry>
| Improve this Doc View Source

npcsWithWork

Declaration
public Dictionary<int, TalkManager.NpcWorkEntry> npcsWithWork
Field Value
Type Description
Dictionary<Int32, TalkManager.NpcWorkEntry>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX