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

Add manual method, enum, property exporting #1

Closed
migueldeicaza opened this issue Apr 4, 2023 · 1 comment
Closed

Add manual method, enum, property exporting #1

migueldeicaza opened this issue Apr 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@migueldeicaza
Copy link
Owner

migueldeicaza commented Apr 4, 2023

Add support for exporting individual methods back to Godot:

In Godot/C++ that is done with code like this:

ClassDB::bind_method(D_METHOD("get_id"), &ExampleRef::get_id);

Properties would allow to surface existing properties to Godot, and might be easier to do once Swift gets the new deflectable APIs.

@migueldeicaza migueldeicaza changed the title Add manual method exporting Add manual method, enum, property exporting Apr 4, 2023
@migueldeicaza migueldeicaza added the enhancement New feature or request label Apr 16, 2023
@migueldeicaza
Copy link
Owner Author

Done

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

No branches or pull requests

1 participant