This custom action checks the state of a quest in the Dialogue System. More...
Public Types | |
enum | Mode { MainState , EntryState } |
Public Member Functions | |
ActionDialogueSystemQuestCheck () | |
override int | GetNextOutputIndex () |
Public Attributes | |
int | constantID = 0 |
string | questName = string.Empty |
Mode | mode = Mode.MainState |
int | entryNumber = 0 |
QuestState | questState |
Properties | |
override ActionCategory | Category [get] |
override string | Title [get] |
override string | Description [get] |
This custom action checks the state of a quest in the Dialogue System.
|
inline |
|
inline |
int AC.ActionDialogueSystemQuestCheck.constantID = 0 |
int AC.ActionDialogueSystemQuestCheck.entryNumber = 0 |
Mode AC.ActionDialogueSystemQuestCheck.mode = Mode.MainState |
string AC.ActionDialogueSystemQuestCheck.questName = string.Empty |
QuestState AC.ActionDialogueSystemQuestCheck.questState |
|
get |
|
get |
|
get |