Skip to content

Deconstruct node for Visualscript

Swarnim Arun requested to merge github/fork/swarnimarun/vs-decomp into master

Technically this a cosmetic patch as all the functionalities were already present just not properly exposed. Fixes: https://github.com/godotengine/godot/issues/32420

deconstruct

This works with all builtin types that can be deconstructed.

Also sneaks in the fix for the UX:https://github.com/godotengine/godot/issues/32396

Merge request reports