Show / Hide Table of Contents

Class TalkManager.ListItem

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

Fields

| Improve this Doc View Source

buildingKey

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

caption

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

factionID

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

index

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

key

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

listChildItems

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

listParentItems

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

npcInSameBuildingAsTopic

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

npcKnowledgeAboutItem

Declaration
public TalkManager.NPCKnowledgeAboutItem npcKnowledgeAboutItem
Field Value
Type Description
TalkManager.NPCKnowledgeAboutItem
| Improve this Doc View Source

questID

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

questionType

Declaration
public TalkManager.QuestionType questionType
Field Value
Type Description
TalkManager.QuestionType
| Improve this Doc View Source

type

Declaration
public TalkManager.ListItemType type
Field Value
Type Description
TalkManager.ListItemType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX