OptionsHandler
Property in Dialogue
Summary
Gets or sets the OptionsHandler that is called when a set of options are ready to be shown to the user.
Remarks
The Options Handler delivers an OptionSet to the game. Before Continue() can be called to resume execution, SetSelectedOption(int) must be called to indicate which Option was selected by the user. If SetSelectedOption(int) is not called, an exception is thrown.
Last updated