PixelCrushers.DialogueSystem.ChatMapper.DialogEntry Class Reference

Defines a Chat Mapper DialogEntry. More...

Public Attributes

int ID
 
bool IsRoot
 
bool IsGroup
 
string NodeColor
 
bool DelaySimStatus
 
string FalseCondtionAction
 
string ConditionPriority
 
List< FieldFields = new List<Field>()
 
List< LinkOutgoingLinks = new List<Link>()
 
string ConditionsString
 
string UserScript
 

Detailed Description

Defines a Chat Mapper DialogEntry.

A dialog entry is a line in a conversation, delivered by a speaker (referred to as Actor in the dialog entry) to a listener (referred to as Conversant).

Member Data Documentation

◆ ConditionPriority

string PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.ConditionPriority

◆ ConditionsString

string PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.ConditionsString

◆ DelaySimStatus

bool PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.DelaySimStatus

◆ FalseCondtionAction

string PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.FalseCondtionAction

◆ Fields

List<Field> PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.Fields = new List<Field>()

◆ ID

int PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.ID

◆ IsGroup

bool PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.IsGroup

◆ IsRoot

bool PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.IsRoot

◆ NodeColor

string PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.NodeColor

◆ OutgoingLinks

List<Link> PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.OutgoingLinks = new List<Link>()

◆ UserScript

string PixelCrushers.DialogueSystem.ChatMapper.DialogEntry.UserScript

The documentation for this class was generated from the following file: