Godot Version
4.4 beta 3
Question
Is it possible to give flags to a function in a decorator-like way?
I am working on a dev tool which registers certain functions in an array, and… sure, i could make an UI which lets the user select which functions they want to use, but having a decorator-like way to state it in code would be much more reasonable and dev-friendly i feel