gg-yb

Results 4 issues of gg-yb

**Bug Information:** Introduced in commit 908368f279 Confirmed to be present in `develop` as of 9d863d07 **Steps to reproduce:** Use the following `main.cpp`: ```cpp #define BOOST_TEST_MODULE Tests #define BOOST_TEST_NO_MAIN 1 #define...

bug

The relevant type string hint is generated here: https://github.com/godot-rust/gdext/blob/3ab6b2ae32b090c004586dd19dd2918d8546cdf7/godot-core/src/builtin/array.rs#L645 Example code: ```rust ... pub struct Textbox { ... #[export] font_types: Array, ... } ... ``` vs. ```gdscript extends Control enum...

bug
c: register

# Motivation For quality of life, it is sometimes advisable to group related properties in the editor. This is already possible with GDScript, and used extensively by the built-in node...

feature
c: register

See also #282. Apparently the editor allows `null` values in arrays in all cases. I did not check if this is an array-specific thing. gdext Version: 8990464 (master) How to...

bug
c: register