All pages
Powered by GitBook
1 of 1

Loading...

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.

public OptionsHandler? OptionsHandler { get; set; }

Remarks

The Options Handler delivers an to the game. Before can be called to resume execution, must be called to indicate which was selected by the user. If is not called, an exception is thrown.

OptionSet
Continue()
SetSelectedOption(int)
Option
SetSelectedOption(int)