Skip to content

Commit

Permalink
Update code API to hide the text box.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored May 23, 2024
1 parent decab22 commit d6debe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Disabling the translation until you are done with most of the text is recommende
The following code allows you to check if the text box is visible and then act based on its state.
```gdscript
if Dialogic.Text.is_textbox_visible():
Dialogic.Text.hide_text_boxes()
Dialogic.Text.hide_text_box()
else:
Dialogic.Text.show_text_boxes()
Dialogic.Text.show_text_box()
```

## I encounter a small lag or freeze when starting the dialogue!
Expand Down

0 comments on commit d6debe1

Please sign in to comment.