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 godot-convert impl for const u8 pointers #866

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Add godot-convert impl for const u8 pointers #866

merged 1 commit into from
Aug 21, 2024

Conversation

snakefangox
Copy link
Contributor

@snakefangox snakefangox commented Aug 20, 2024

IMultiplayerPeerExtension::put_packet has a *const u8 function parameter, which wasn't playing nice.

See #677 for the root issue, but this lets us define MultiplayerPeerExtension's in the meantime.

@GodotRust
Copy link

API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-866

@Bromeon Bromeon added quality-of-life No new functionality, but improves ergonomics/internals c: engine Godot classes (nodes, resources, ...) labels Aug 21, 2024
@Bromeon Bromeon added this pull request to the merge queue Aug 21, 2024
@Bromeon
Copy link
Member

Bromeon commented Aug 21, 2024

Thanks!

Merged via the queue into godot-rust:master with commit 7294268 Aug 21, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: engine Godot classes (nodes, resources, ...) quality-of-life No new functionality, but improves ergonomics/internals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants