-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
will the call_deferred ( String method, … ) return value? #34743
Comments
It always returns null ( Lines 678 to 700 in 1788b22
However, create_vararg_method_bind expects a Variant return type:Line 390 in a7f49ac
Likewise, |
A quick fix would be to simply change the Given the method bind requirements, I'm not sure if we can easily fix this method being advertised as returning |
**Godot version:3.1 documents
OS/device including version:
Issue description:
In the document it says:
Variant call_deferred ( String method, … ) vararg
Calls the method on the object during idle time and returns the result.
However, it always return null.
Steps to reproduce:
Minimal reproduction project:
The text was updated successfully, but these errors were encountered: