#Add a var export to an @export_category or an@export_subgroup from a script that extends another?
4 messages · Page 1 of 1 (latest)
Yes. In your new script re-create the @export_category and @export_subgroup, and add your new exports into them as normal.
Thank you for your reply. Too bad we can't put them in the order we want.
Note this is kinda just an unintended side effect, leading e.g. to a bug like:
https://github.com/godotengine/godot/issues/83336
This is already fixed in 4.3 by:
https://github.com/godotengine/godot/pull/89631
and thus the mentioned usage/workaround likely doesn't work anymore in there (I haven't tested that).