1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00
Files
godot/platform/javascript
Fabio Alessandrelli ad5bdaf5aa [HTML5] JS callback functions now returns passed value.
JavaScript callbacks created via the `JavaScript.create_callback` method
used to always return void.

With this patch they return the value returned by the Godot function as
one would expect.
2021-06-18 17:47:48 +02:00
..
2021-06-14 12:32:53 +02:00
2021-06-11 18:48:42 +02:00
2021-01-04 17:02:37 -06:00
2021-01-29 12:02:13 +01:00
2021-05-21 15:31:23 +02:00