We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is no way to create a callable (from gdext or gdscript) from a static method of a gdext's class.
Gdext's Callable has no constructor for static methods (Callable).
Gdscript returns an error when trying to use a callable from a static method:
func _ready(): Test.static_method() Test.static_method.call() # Error
static_callable.zip
Compile rust code in rust/ Run main.tscn
The text was updated successfully, but these errors were encountered:
Callable
Successfully merging a pull request may close this issue.
Currently there is no way to create a callable (from gdext or gdscript) from a static method of a gdext's class.
Gdext's Callable has no constructor for static methods (Callable).
Gdscript returns an error when trying to use a callable from a static method:
MRP
static_callable.zip
Steps
Compile rust code in rust/
Run main.tscn
The text was updated successfully, but these errors were encountered: