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

Duplicated 'has_method' method on ScriptLanguage (c812c17) #10785

Closed
ghost opened this issue Aug 30, 2017 · 1 comment
Closed

Duplicated 'has_method' method on ScriptLanguage (c812c17) #10785

ghost opened this issue Aug 30, 2017 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented Aug 30, 2017

Operating system or device, Godot version, GPU Model and driver (if graphics related):
Godot Master branch

Issue description:

Error occurs: bind_methodfi: Class Script already has a method has_method

has_method is of Object class.

Regression since c812c17

ClassDB::bind_method(D_METHOD("has_method", "method_name"), &Script::has_method);

@ghost
Copy link
Author

ghost commented Sep 1, 2017

Fixed by #10848

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

No branches or pull requests

1 participant