Open Mercerenies opened 10 months ago
Functions like complete_code which take a Gd<Object> Rust-side but are nullable C++-side will crash right now.
complete_code
Gd<Object>
Waiting on Godot to have proper GDExtension API type annotations for nullability. See https://github.com/godotengine/godot-proposals/issues/2550
Functions like
complete_code
which take aGd<Object>
Rust-side but are nullable C++-side will crash right now.Waiting on Godot to have proper GDExtension API type annotations for nullability. See https://github.com/godotengine/godot-proposals/issues/2550