PixelCrushers.DialogueSystem.QuestCondition Class Reference

A quest condition checks the state of a quest. More...

Public Attributes

string questName = string.Empty
 The name of the quest. More...
 
QuestState questState
 The allowable quest states for the condition to be true. More...
 

Properties

bool IsTrue [get]
 Indicates whether this QuestCondition is true. More...
 

Detailed Description

A quest condition checks the state of a quest.

Question conditions are part of a Condition.

Member Data Documentation

◆ questName

string PixelCrushers.DialogueSystem.QuestCondition.questName = string.Empty

The name of the quest.

If you are using the QuestLog class, this should be the name of an entry in the Lua table "Item[]". If the name is blank, there is no quest condition.

◆ questState

QuestState PixelCrushers.DialogueSystem.QuestCondition.questState

The allowable quest states for the condition to be true.

Property Documentation

◆ IsTrue

bool PixelCrushers.DialogueSystem.QuestCondition.IsTrue
get

Indicates whether this QuestCondition is true.


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