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

Connect calls don't work in latest Godot #2

Open
rcorre opened this issue Jun 8, 2020 · 3 comments
Open

Connect calls don't work in latest Godot #2

rcorre opened this issue Jun 8, 2020 · 3 comments
Labels
bug Something isn't working Godot 4 Godot 4 changes a lot of things, needs some rewrites

Comments

@rcorre
Copy link

rcorre commented Jun 8, 2020

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.
@rcorre
Copy link
Author

rcorre commented Jun 8, 2020

Blocked by godotengine/godot#36444

@Zylann Zylann added bug Something isn't working Godot 4 Godot 4 changes a lot of things, needs some rewrites labels Jun 14, 2020
@Zylann
Copy link
Owner

Zylann commented Aug 18, 2020

The plugin hasn't been ported to 4.0 yet.

@Zylann
Copy link
Owner

Zylann commented Jan 11, 2022

If you need this plugin in Godot 4 you can try the godot4 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Godot 4 Godot 4 changes a lot of things, needs some rewrites
Projects
None yet
Development

No branches or pull requests

2 participants