Component > Pixel Crushers > Dialogue System > UI > Standard UI > Quest > Standard UI Quest Log Window
Manages a quest log window using the Dialogue System's Standard UI system.
Property | Function |
---|---|
Text Table | Optional text table used to localize the two Text messages below. |
No Active Quests Text | Text to show in the selection panel when there are no active quests. |
No Completed Quests Text | Text to show in the selection panel when there are no completed quests. |
Quest Heading Source | Specifies whether to use the quest's Name or Description for the heading in the selection panel. |
Abandon Quest State | State to set quests when the player abandons them. |
Pause While Open | Set Time.timeScale to 0 while the window is open. |
Unlock Cursor While Open | Force the cursor visible and unlocked while the window is open. |
Use Groups | If quests use groups, show them in group foldouts. |
Main Panel | — |
Main Panel | The window's main panel. |
Show Active Quests Heading | Text label activated when showing active quests. |
Show Completed Quest Heading | Text label activated when showing completed quests. |
Active Quests Button | Button that switches mode to show active quests. |
Completed Quests Button | Button that switches mode to show completed quests. |
Selection Panel | — |
Quest Selection Content Container | Container that will hold all instances of quest group and quest heading Templates. |
Quest Group Template | Template for quest group headings. |
Active Quest Heading Template | Template for active quest headings. |
Completed Quest Heading Template | Template for completed quest headings. |
Details Panel | — |
Quest Details Content Container | Container that will hold all instances of quest details templates. |
Quest Heading Text Template | Template for quest heading for currently-selected quest. |
Quest Description Text Template | Template for quest description. |
Quest Entry Active Text Template | Template to use for active entries. |
Quest Entry Success Text Template | Template to use for entries in success state. |
Quest Entry Failure Text Template | Template to use for entries in failure state. |
Abandon Button Template | Template to use for abandon button if selected quest is abandonable. |
Abandon Quest Panel | — |
Abandon Quest Panel | Abandon confirmation dialog panel. |
Abandon Quest Title Text | Used to show name of quest in confirmation panel. |
For details about the Standard UI's quest log window system, see: Quest Log Window.