Parameter pack for message list input options. More...
#include <wml_message.hpp>
Public Attributes | |
| std::vector< wml_message_option > | option_list |
| A list of options to select in the dialog. More... | |
| int | chosen_option |
| The initially chosen option. More... | |
Parameter pack for message list input options.
Definition at line 196 of file wml_message.hpp.
|
mutable |
The initially chosen option.
Will be set to the chosen option when the dialog closes.
Definition at line 204 of file wml_message.hpp.
| std::vector<wml_message_option> gui2::dialogs::wml_message_options::option_list |
A list of options to select in the dialog.
Definition at line 199 of file wml_message.hpp.