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

Expose callable_mp macros in godot-cpp? #1089

Closed
RonYanDaik opened this issue Apr 9, 2023 · 1 comment · Fixed by #1155
Closed

Expose callable_mp macros in godot-cpp? #1089

RonYanDaik opened this issue Apr 9, 2023 · 1 comment · Fixed by #1155

Comments

@RonYanDaik
Copy link

RonYanDaik commented Apr 9, 2023

Engine has a macros callable_mp which uses class CallableCustomMethodPointerRetC that allow to assign native method. But I cant find analogue in GDExtension.

Godot 4.0

@RonYanDaik RonYanDaik changed the title GDExtension missing functionality to assign native method to a Callable? Expose callable_mp macros in godot-cpp? Jun 30, 2023
@dsnopek
Copy link
Collaborator

dsnopek commented Jun 30, 2023

This is added by this pair of PRs:

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

Successfully merging a pull request may close this issue.

2 participants