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

Interface for quest alert UIs. More...

Inheritance diagram for PixelCrushers.QuestMachine.IQuestAlertUI:

Public Member Functions

void ShowAlert (string questID, List< QuestContent > contents)
 Shows a quest alert.
 
void ShowAlert (string message)
 Shows a quest alert.
 
void ShowAlert (StringField stringField)
 Shows a quest alert.
 

Detailed Description

Interface for quest alert UIs.

Member Function Documentation

◆ ShowAlert() [1/3]

void PixelCrushers.QuestMachine.IQuestAlertUI.ShowAlert ( string  message)

Shows a quest alert.

Parameters
messageAlert to show.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestAlertUI.

◆ ShowAlert() [2/3]

void PixelCrushers.QuestMachine.IQuestAlertUI.ShowAlert ( string  questID,
List< QuestContent contents 
)

Shows a quest alert.

Parameters
questIDQuest ID.
contentsQuest alert content.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestAlertUI.

◆ ShowAlert() [3/3]

void PixelCrushers.QuestMachine.IQuestAlertUI.ShowAlert ( StringField  stringField)

Shows a quest alert.

Parameters
stringFieldAlert to show.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestAlertUI.


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