We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can jump while menus and dialogue boxes are open.
According to RichardULZ this happens when a text box or menu is animating and not technically open.
He said that the problem has been tackled before by engine devs and they haven't been able to prevent jumping or initiating scripts during this time.
So, I'm not going to spend time on this presently, but as my knowledge of the engine grows I may try to fix it in the future.
The text was updated successfully, but these errors were encountered:
Adding a && UIIsClosed() before responding to A may help, as suggested by someone who tackled this in the past.
&& UIIsClosed()
Sorry, something went wrong.
mxashlynn
No branches or pull requests
You can jump while menus and dialogue boxes are open.
According to RichardULZ this happens when a text box or menu is animating and not technically open.
He said that the problem has been tackled before by engine devs and they haven't been able to prevent jumping or initiating scripts during this time.
So, I'm not going to spend time on this presently, but as my knowledge of the engine grows I may try to fix it in the future.
The text was updated successfully, but these errors were encountered: