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

named enums

Open Varxeth opened this issue 7 months ago • 1 comments

Description

any chance we can get a way of defining custom enums?

Implementation ideas

No response

Varxeth avatar Sep 17 '25 15:09 Varxeth

Would it be possible to also reference the same custom enums in different orchestrations somehow?

eobet avatar Sep 29 '25 20:09 eobet

Would it be possible to also reference the same custom enums in different orchestrations somehow?

Once we introduce named classes to Orchestrator, then we should get this automatically with the recent changes to the ClassConstant node to support named/global class enumerations and constants.

any chance we can get a way of defining custom enums?

In GH-1055, there is a request to introduce support for a variety of @export annotations, and I think this work would pair with that quite well since we'd need a way to define an exported enumeration with the annotations.

Naros avatar Nov 29 '25 10:11 Naros