PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents Class Reference

Handles Dialogue System messages as Bolt custom events. More...

Inheritance diagram for PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents:
Collaboration diagram for PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents:

Public Member Functions

void OnConversationStart (Transform actor)
 
void OnConversationEnd (Transform actor)
 
void OnConversationCancelled (Transform actor)
 
void OnConversationLine (Subtitle subtitle)
 
void OnConversationLineEnd (Subtitle subtitle)
 
void OnConversationLineCancelled (Subtitle subtitle)
 
void OnConversationResponseMenu (Response[] responses)
 
void OnConversationTimeout ()
 
void OnLinkedConversationStart (Transform actor)
 
void OnBarkStart (Transform actor)
 
void OnBarkEnd (Transform actor)
 
void OnBarkLine (Subtitle subtitle)
 
void OnSequenceStart (Transform actor)
 
void OnSequenceEnd (Transform actor)
 
void OnQuestStateChange (string title)
 
void OnQuestTrackingEnabled (string title)
 
void OnQuestTrackingDisabled (string title)
 
void UpdateTracker ()
 
void OnDialogueSystemPause ()
 
void OnDialogueSystemUnpause ()
 

Detailed Description

Handles Dialogue System messages as Bolt custom events.

Member Function Documentation

◆ OnBarkEnd()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnBarkEnd ( Transform  actor)
inline

◆ OnBarkLine()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnBarkLine ( Subtitle  subtitle)
inline

◆ OnBarkStart()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnBarkStart ( Transform  actor)
inline

◆ OnConversationCancelled()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationCancelled ( Transform  actor)
inline

◆ OnConversationEnd()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationEnd ( Transform  actor)
inline

◆ OnConversationLine()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationLine ( Subtitle  subtitle)
inline

◆ OnConversationLineCancelled()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationLineCancelled ( Subtitle  subtitle)
inline

◆ OnConversationLineEnd()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationLineEnd ( Subtitle  subtitle)
inline

◆ OnConversationResponseMenu()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationResponseMenu ( Response[]  responses)
inline

◆ OnConversationStart()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationStart ( Transform  actor)
inline

◆ OnConversationTimeout()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnConversationTimeout ( )
inline

◆ OnDialogueSystemPause()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnDialogueSystemPause ( )
inline

◆ OnDialogueSystemUnpause()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnDialogueSystemUnpause ( )
inline

◆ OnLinkedConversationStart()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnLinkedConversationStart ( Transform  actor)
inline

◆ OnQuestStateChange()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnQuestStateChange ( string  title)
inline

◆ OnQuestTrackingDisabled()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnQuestTrackingDisabled ( string  title)
inline

◆ OnQuestTrackingEnabled()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnQuestTrackingEnabled ( string  title)
inline

◆ OnSequenceEnd()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnSequenceEnd ( Transform  actor)
inline

◆ OnSequenceStart()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.OnSequenceStart ( Transform  actor)
inline

◆ UpdateTracker()

void PixelCrushers.DialogueSystem.BoltSupport.DialogueSystemBoltCustomEvents.UpdateTracker ( )
inline

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