Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.QuestAlertDisplayer Class Reference

Listens for quest alerts and displays them through a QuestAlertUI. More...

Inheritance diagram for PixelCrushers.QuestMachine.QuestAlertDisplayer:
Collaboration diagram for PixelCrushers.QuestMachine.QuestAlertDisplayer:

Public Member Functions

void OnMessage (MessageArgs messageArgs)
 Handles a message that the message handler is listening for.
 

Properties

IQuestAlertUI questAlertUI [get, set]
 The QuestAlertUI to use.
 

Detailed Description

Listens for quest alerts and displays them through a QuestAlertUI.

Member Function Documentation

◆ OnMessage()

void PixelCrushers.QuestMachine.QuestAlertDisplayer.OnMessage ( MessageArgs  messageArgs)
inline

Handles a message that the message handler is listening for.

Parameters
messageArgsThe message that was sent to the MessageSystem.

Implements PixelCrushers.IMessageHandler.

Property Documentation

◆ questAlertUI

IQuestAlertUI PixelCrushers.QuestMachine.QuestAlertDisplayer.questAlertUI
getset

The QuestAlertUI to use.

If unassigned, defaults to the QuestMachine's default UI.


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