You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Can't select option {option}: the dialogue is currently not running. Please call `DialogueRunner::continue_in_next_update()` only after receiving a `PresentOptionsEvent`."
91
+
"Can't select option {option}: the dialogue is currently not running. Please call `DialogueRunner::continue_in_next_update()` only after receiving a `PresentOptions` event."
94
92
)
95
93
}
96
94
self.inner_mut()
@@ -138,7 +136,7 @@ impl DialogueRunner {
138
136
self.inner().0.is_waiting_for_option_selection()
139
137
}
140
138
141
-
/// If set, every line the user selects will emit a [`PresentLineEvent`]. Defaults to `false`.
139
+
/// If set, every line the user selects will trigger a [`PresentLine`] event. Defaults to `false`.
142
140
pubfnrun_selected_options_as_lines(
143
141
&mutself,
144
142
run_selected_options_as_lines:bool,
@@ -147,13 +145,13 @@ impl DialogueRunner {
147
145
self
148
146
}
149
147
150
-
/// If set, every line the user selects will emit a [`PresentLineEvent`]. Defaults to `false`.
148
+
/// If set, every line the user selects will trigger a [`PresentLine`] event. Defaults to `false`.
0 commit comments