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

Update bindings (_bind_methods()) with proper argument names (and possibly a description) #84

Open
MathiasBaumgartinger opened this issue Sep 18, 2023 · 1 comment

Comments

@MathiasBaumgartinger
Copy link
Collaborator

Godot 4 made working with addons such as geodot much more appealing, as it includes things such as documentation and intelligent code completion right in the editor. As such, including proper argument names or descriptions in the bindings might be beneficial:

image

image

https://github.com/boku-ilen/geodot-plugin/blob/master/src/geodata.cpp#L110 as shown in the screenshot above, the referenced line misses one named argument. Maybe there is also some way to add a description?

@kb173
Copy link
Member

kb173 commented Sep 21, 2023

Adding a description is not yet possible, here's the relevant Godot pull request: godotengine/godot#75415

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

No branches or pull requests

2 participants