PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo Class Reference

Public Member Functions

 QuestInfo (string group, string title, FormattedText heading, FormattedText description, FormattedText[] entries, QuestState[] entryStates, bool trackable, bool track, bool abandonable)
 
 QuestInfo (string title, FormattedText heading, FormattedText description, FormattedText[] entries, QuestState[] entryStates, bool trackable, bool track, bool abandonable)
 

Properties

string Group [get, set]
 
string Title [get, set]
 
FormattedText Heading [get, set]
 
FormattedText Description [get, set]
 
FormattedText[] Entries [get, set]
 
QuestState[] EntryStates [get, set]
 
bool Trackable [get, set]
 
bool Track [get, set]
 
bool Abandonable [get, set]
 

Constructor & Destructor Documentation

◆ QuestInfo() [1/2]

PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.QuestInfo ( string  group,
string  title,
FormattedText  heading,
FormattedText  description,
FormattedText[]  entries,
QuestState[]  entryStates,
bool  trackable,
bool  track,
bool  abandonable 
)

◆ QuestInfo() [2/2]

PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.QuestInfo ( string  title,
FormattedText  heading,
FormattedText  description,
FormattedText[]  entries,
QuestState[]  entryStates,
bool  trackable,
bool  track,
bool  abandonable 
)

Property Documentation

◆ Abandonable

bool PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Abandonable
getset

◆ Description

FormattedText PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Description
getset

◆ Entries

FormattedText [] PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Entries
getset

◆ EntryStates

QuestState [] PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.EntryStates
getset

◆ Group

string PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Group
getset

◆ Heading

FormattedText PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Heading
getset

◆ Title

string PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Title
getset

◆ Track

bool PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Track
getset

◆ Trackable

bool PixelCrushers.DialogueSystem.QuestLogWindow.QuestInfo.Trackable
getset

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