godot/modules/visual_script/editor
Raul Santos 329818f20b
Support explicit values in flag properties, add C# flags support
- Add support for explicit values in properties using `PROPERTY_HINT_FLAGS`
that works the same way it does for enums.
- Fix enums and flags in VisualScriptEditor (it wasn't considering the
explicit value).
- Use `PROPERTY_HINT_FLAGS` for C# enums with the FlagsAttribute instead
of `PROPERTY_HINT_ENUM`.
2022-06-03 05:19:01 +02:00
..
visual_script_editor.cpp Support explicit values in flag properties, add C# flags support 2022-06-03 05:19:01 +02:00
visual_script_editor.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
visual_script_property_selector.cpp Merge pull request #61017 from derammo/derammo_58121 2022-05-22 01:26:33 +02:00
visual_script_property_selector.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00