godot-orchestrator icon indicating copy to clipboard operation
godot-orchestrator copied to clipboard

Ability to duplicate functions

Open Trico-Everfire opened this issue 8 months ago • 2 comments

Description

It would be nice if you could duplicate functions. Let's say you have two movement systems that use similar (but not identical) logic you may wanna copy most of the logic to the other function. So it'd be nice if you could duplicate a function.

Implementation ideas

No response

Trico-Everfire avatar Mar 03 '25 13:03 Trico-Everfire

Are you looking to duplicate the function & its nodes or just the function stub, i.e. the name, arguments, and return?

Naros avatar Mar 06 '25 23:03 Naros

Function with it's nodes.

Trico-Everfire avatar Mar 07 '25 01:03 Trico-Everfire