AC.ActionDialogueSystemVarCheck Class Reference

This custom action checks the result of a Lua expression in the Dialogue System. More...

Inheritance diagram for AC.ActionDialogueSystemVarCheck:
Collaboration diagram for AC.ActionDialogueSystemVarCheck:

Public Member Functions

 ActionDialogueSystemVarCheck ()
 
override int GetNextOutputIndex ()
 

Public Attributes

int constantID = 0
 
string luaCode = string.Empty
 
int variableID = 0
 
bool syncData = false
 

Properties

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

Detailed Description

This custom action checks the result of a Lua expression in the Dialogue System.

Contributed by Chad Kilgore.

Constructor & Destructor Documentation

◆ ActionDialogueSystemVarCheck()

AC.ActionDialogueSystemVarCheck.ActionDialogueSystemVarCheck ( )
inline

Member Function Documentation

◆ GetNextOutputIndex()

override int AC.ActionDialogueSystemVarCheck.GetNextOutputIndex ( )
inline

Member Data Documentation

◆ constantID

int AC.ActionDialogueSystemVarCheck.constantID = 0

◆ luaCode

string AC.ActionDialogueSystemVarCheck.luaCode = string.Empty

◆ syncData

bool AC.ActionDialogueSystemVarCheck.syncData = false

◆ variableID

int AC.ActionDialogueSystemVarCheck.variableID = 0

Property Documentation

◆ Category

override ActionCategory AC.ActionDialogueSystemVarCheck.Category
get

◆ Description

override string AC.ActionDialogueSystemVarCheck.Description
get

◆ Title

override string AC.ActionDialogueSystemVarCheck.Title
get

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