We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This question is asked pretty frequently, so it's good to have something to point users to.
FromVariant
ToVariant
Eq
The text was updated successfully, but these errors were encountered:
Partially documented in https://godot-rust.github.io/book/rust-binding.html. The points mentioned above (especially using a wrapper or auto-load script) still need documentation and/or an example.
Sorry, something went wrong.
Autoload singletons now seem to be documented here: https://godot-rust.github.io/book/gdnative/faq/code.html#can-i-implement-static-methods-in-gdnative
Closing as completed.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
This question is asked pretty frequently, so it's good to have something to point users to.
FromVariant
andToVariant
.Eq
, through helper methods on a auto-load script.The text was updated successfully, but these errors were encountered: