class

PointClickEngine::Characters::Dialogue::DialogChoice

Inherits YAML::Serializable < Reference < Object

Represents a choice option in a dialog

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(text : String, target_node_id : String)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

actions
Source
actions=(actions : Array(String))
Source
available?
Source
conditions
Source
conditions=(conditions : Array(String))
Source
once_only
Source
once_only=(once_only : Bool)
Source
target_node_id
Source
target_node_id=(target_node_id : String)
Source
text
Source
text=(text : String)
Source
used
Source
used=(used : Bool)
Source