Skip to content
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

Support for java.lang.Long values in Android GodotLib.calldeferred calls #23851

Merged
merged 1 commit into from
Nov 20, 2018
Merged

Support for java.lang.Long values in Android GodotLib.calldeferred calls #23851

merged 1 commit into from
Nov 20, 2018

Conversation

SimonSikstrom
Copy link
Contributor

@SimonSikstrom SimonSikstrom commented Nov 20, 2018

java.lang.Long values are ignored when sent from Android modules via GodotLib.calldeferred().

Example:

 GodotLib.calldeferred(instance_id, "_my_godot_func", new Object[]{123L});

The java Long values are later ignored when attempting to invoke the _my_godot_func gdscript func.

Adding possibility to send them with the object array from an Android module with this patch.

Resolves #23845

@akien-mga akien-mga added this to the 3.1 milestone Nov 20, 2018
@akien-mga akien-mga merged commit f2cc969 into godotengine:master Nov 20, 2018
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants