EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Nodes.Variable Namespace Reference

Classes

class  GetVariableNode
 A node which allows a variable value to be retrieved and passed into another node's value input. More...
 
class  GlobalNodeVariable
 Defines the structure used for global dialogue variables. More...
 
class  NodeVariable
 The NodeVariable class is used to store information about a dialogue variable, such as its type, name, initial value, and current value. </summary. More...
 
class  SetVariableNode
 A node for setting variable values. More...
 
class  VariableNode
 A node for defining a variable. More...
 

Enumerations

enum  GlobalVariableType { STRING , INT , FLOAT , BOOL }
 An enum defining global variable types. More...
 

Enumeration Type Documentation

◆ GlobalVariableType

An enum defining global variable types.

Enumerator
STRING 
INT 
FLOAT 
BOOL