PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings Class Reference

Public Member Functions

 AlertSettings ()
 
 AlertSettings (AlertSettings source)
 

Public Attributes

bool allowAlertsDuringConversations = false
 Set true to allow the dialogue UI to show alerts during conversations.
 
float alertCheckFrequency = 0f
 How often to check if the Lua Variable['Alert'] has been set.
 
float alertCharsPerSecond = 0
 Show alerts for this many characters per second.
 
float minAlertSeconds = 0
 Show alerts for at least this many seconds.
 

Constructor & Destructor Documentation

◆ AlertSettings() [1/2]

PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.AlertSettings ( )
inline

◆ AlertSettings() [2/2]

PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.AlertSettings ( AlertSettings  source)
inline

Member Data Documentation

◆ alertCharsPerSecond

float PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.alertCharsPerSecond = 0

Show alerts for this many characters per second.

If zero, use Subtitle Settings > Subtitle Chars Per Second.

◆ alertCheckFrequency

float PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.alertCheckFrequency = 0f

How often to check if the Lua Variable['Alert'] has been set.

To disable automatic monitoring, set this to 0.

◆ allowAlertsDuringConversations

bool PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.allowAlertsDuringConversations = false

Set true to allow the dialogue UI to show alerts during conversations.

◆ minAlertSeconds

float PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.minAlertSeconds = 0

Show alerts for at least this many seconds.

If zero, use Subtitle Settings > Min Subtitle Seconds.


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