-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
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
DisplayServer file_dialog_show callable callback not firing. #83156
Comments
Your callable has too many arguments. |
This calalble is supposed to take three arguments |
But the documentation says
Where the |
It says:
|
This was changed intentionally in #81218. It's a new feature in 4.2 so breaking compat between dev snapshots is ok. |
Well I don't see this in dev6, which explains this issue.
EDIT: I tested and indeed the code works on master, but not in dev6, which is expected. However there is no proper error reporting when the callable fails. It needs the same treatment as in #82194 |
Godot version
v4.2.dev6.official [57a6813]
System information
Windows 10, Forward+
Issue description
Callable isn't called.
Tried function and lambda.
Steps to reproduce
Simple, Use provided script.
Minimal reproduction project
The text was updated successfully, but these errors were encountered: