derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
734 stars 35 forks source link

export _expression_properties to allow default values #76

Closed megonemad1 closed 6 months ago

megonemad1 commented 6 months ago

the dictionary _expression_properties contains known properties used in expression guards. having the dictionary exposed in the editor will allow for default values to be populated without bespoke code to do so.

derkork commented 6 months ago

I'm not really sure what the use case is for this one. You will need to set properties via code anyways, otherwise they would never change. And if they never change, why use them in the first place? Could you maybe go into a bit more detail which use case would profit from a feature like this?

derkork commented 6 months ago

I'm closing this as it is inactive.