godot icon indicating copy to clipboard operation
godot copied to clipboard

Add Structs to GDscript

Open nlupugla opened this issue 10 months ago • 1 comments

Depends on https://github.com/godotengine/godot/pull/82198. That PR implements the new Struct type based on Reduz's proposal https://github.com/godotengine/godot-proposals/issues/7329 in core, but not in GDScript. This PR implements them in GDScript. This PR includes the commit of the dependent PR, but I will drop it once #82198 is merged.

It is still very much a work in progress and currently not a stable branch.

nlupugla avatar Apr 07 '24 17:04 nlupugla