You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think they're introducing something like first-class functions, and the current connect calls no longer work. Trying to load the plugin in godotengine/godot@f05b4fe fails with:
SCRIPT ERROR: Invalid type in function 'connect' in base 'Control (dock.gd)'. Cannot convert argument 2 from Object to Callable.
The text was updated successfully, but these errors were encountered:
I think they're introducing something like first-class functions, and the current
connect
calls no longer work. Trying to load the plugin in godotengine/godot@f05b4fe fails with:The text was updated successfully, but these errors were encountered: