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

Missing ClassDB member functions bindings #1706

Open
Innokentiy-Alaytsev opened this issue Feb 12, 2025 · 0 comments
Open

Missing ClassDB member functions bindings #1706

Innokentiy-Alaytsev opened this issue Feb 12, 2025 · 0 comments

Comments

@Innokentiy-Alaytsev
Copy link

Godot version

4.3 stable

godot-cpp version

4.3 stable, f398ebb

System information

Windows 10 x64

Issue description

GDExtension version of the ClassDB class is missing the following member functions:

  • set_property_default_value (required for my use case);
  • add_linked_property;
  • get_property_list;
  • get_property_info;
  • get_linked_properties_info.

I was unable to find any information about why is it this way. It would be nice to either have those member functions bindings (particularly set_property_default_value) or have some sort of information about the reasoning behind the lack of binding.

Steps to reproduce

N/A

Minimal reproduction project

N/A

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

1 participant