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 functions for access members by index on packed array objects #52309

Merged

Conversation

BastiaanOlij
Copy link
Contributor

In order for us to implement operator[] functions on PackedArray* objects in GD extensions we need to add some support functions.

@BastiaanOlij BastiaanOlij added this to the 4.0 milestone Sep 1, 2021
@BastiaanOlij BastiaanOlij self-assigned this Sep 1, 2021
@BastiaanOlij BastiaanOlij requested a review from a team as a code owner September 1, 2021 13:13
@BastiaanOlij BastiaanOlij marked this pull request as draft September 1, 2021 13:13
@BastiaanOlij BastiaanOlij force-pushed the add_extension_index_functions branch 3 times, most recently from ca3b7c1 to 1bb7be1 Compare September 1, 2021 14:29
@BastiaanOlij BastiaanOlij marked this pull request as ready for review September 1, 2021 14:34
@BastiaanOlij BastiaanOlij merged commit f3ab094 into godotengine:master Sep 5, 2021
@BastiaanOlij BastiaanOlij deleted the add_extension_index_functions branch September 5, 2021 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants