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)
Sourcenew(text : String, target_node_id : String)
Sourcenew
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
actions
Sourceactions=(actions : Array(String))
Sourceavailable?
Sourceconditions
Sourceconditions=(conditions : Array(String))
Sourceonce_only
Sourceonce_only=(once_only : Bool)
Sourcetarget_node_id
Sourcetarget_node_id=(target_node_id : String)
Sourcetext
Sourcetext=(text : String)
Sourceused
Sourceused=(used : Bool)
Source