EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Nodes.Common.OptionModifier Class Reference

Defines the values set by an option modifier. More...

Public Attributes

string text = null
 The text to set on an option.
 
bool displayed
 Whether an option should be displayed.
 
bool selectable
 Whether an option should be selectable.
 

Detailed Description

Defines the values set by an option modifier.

Member Data Documentation

◆ displayed

bool EasyTalk.Nodes.Common.OptionModifier.displayed

Whether an option should be displayed.

◆ selectable

bool EasyTalk.Nodes.Common.OptionModifier.selectable

Whether an option should be selectable.

◆ text

string EasyTalk.Nodes.Common.OptionModifier.text = null

The text to set on an option.