Back to Flame

DialogueChoice

doc/other_modules/jenny/runtime/dialogue_choice.md

1.37.0497 B
Original Source

DialogueChoice

The DialogueChoice class represents multiple Option lines in the .yarn script, which will be presented to the user so that they can make a choice for how the dialogue should proceed. The DialogueChoice objects will be delivered to your DialogueView with the method onChoiceStart().

Properties

options List<DialogueOption> : The list of DialogueOptions comprising this choice set.