AC.ActionDialogueSystemAlert Class Reference

This custom Adventure Creator action shows a gameplay alert through the Dialogue System's dialogue UI. More...

Inheritance diagram for AC.ActionDialogueSystemAlert:
Collaboration diagram for AC.ActionDialogueSystemAlert:

Public Member Functions

 ActionDialogueSystemAlert ()
 
override void AssignValues (List< ActionParameter > parameters)
 
override float Run ()
 

Public Attributes

int constantID = 0
 
int messageParameterID = -1
 
int durationParameterID = -1
 
bool messageFromParameter = false
 
bool durationFromParameter = false
 
string message = string.Empty
 
float duration = 0
 
bool syncData = false
 

Properties

override ActionCategory Category [get]
 
override string Title [get]
 
override string Description [get]
 

Detailed Description

This custom Adventure Creator action shows a gameplay alert through the Dialogue System's dialogue UI.

Constructor & Destructor Documentation

◆ ActionDialogueSystemAlert()

AC.ActionDialogueSystemAlert.ActionDialogueSystemAlert ( )
inline

Member Function Documentation

◆ AssignValues()

override void AC.ActionDialogueSystemAlert.AssignValues ( List< ActionParameter >  parameters)
inline

◆ Run()

override float AC.ActionDialogueSystemAlert.Run ( )
inline

Member Data Documentation

◆ constantID

int AC.ActionDialogueSystemAlert.constantID = 0

◆ duration

float AC.ActionDialogueSystemAlert.duration = 0

◆ durationFromParameter

bool AC.ActionDialogueSystemAlert.durationFromParameter = false

◆ durationParameterID

int AC.ActionDialogueSystemAlert.durationParameterID = -1

◆ message

string AC.ActionDialogueSystemAlert.message = string.Empty

◆ messageFromParameter

bool AC.ActionDialogueSystemAlert.messageFromParameter = false

◆ messageParameterID

int AC.ActionDialogueSystemAlert.messageParameterID = -1

◆ syncData

bool AC.ActionDialogueSystemAlert.syncData = false

Property Documentation

◆ Category

override ActionCategory AC.ActionDialogueSystemAlert.Category
get

◆ Description

override string AC.ActionDialogueSystemAlert.Description
get

◆ Title

override string AC.ActionDialogueSystemAlert.Title
get

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