Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.IQuestHUD Interface Reference

Interface for quest HUDs. More...

Inheritance diagram for PixelCrushers.QuestMachine.IQuestHUD:

Public Member Functions

void Show (QuestListContainer questListContainer)
 Show the quest journal contents in the UI.
 
void Hide ()
 Hide the UI.
 
void Toggle (QuestListContainer questListContainer)
 Toggle the visibility of the UI.
 
void Repaint (QuestListContainer questListContainer)
 
bool IsGroupExpanded (string groupName)
 True if the group is expanded in the UI.
 
void ToggleGroup (string groupName)
 Toggles whether a group is expanded or not.
 

Properties

bool isVisible [get]
 True if the HUD is visible, false otherwise.
 

Detailed Description

Interface for quest HUDs.

Member Function Documentation

◆ Hide()

void PixelCrushers.QuestMachine.IQuestHUD.Hide ( )

Hide the UI.

◆ IsGroupExpanded()

bool PixelCrushers.QuestMachine.IQuestHUD.IsGroupExpanded ( string  groupName)

True if the group is expanded in the UI.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestHUD.

◆ Repaint()

void PixelCrushers.QuestMachine.IQuestHUD.Repaint ( QuestListContainer  questListContainer)

◆ Show()

void PixelCrushers.QuestMachine.IQuestHUD.Show ( QuestListContainer  questListContainer)

Show the quest journal contents in the UI.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestHUD.

◆ Toggle()

void PixelCrushers.QuestMachine.IQuestHUD.Toggle ( QuestListContainer  questListContainer)

Toggle the visibility of the UI.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestHUD.

◆ ToggleGroup()

void PixelCrushers.QuestMachine.IQuestHUD.ToggleGroup ( string  groupName)

Toggles whether a group is expanded or not.

Parameters
groupNameGroup to toggle.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestHUD.

Property Documentation

◆ isVisible

bool PixelCrushers.QuestMachine.IQuestHUD.isVisible
get

True if the HUD is visible, false otherwise.


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