Godot Version
4.6.3
basically i want to recreate something similar to mask fields from unity in the godot editor, in this case specifically for selecting multiple enum values at once. kind of like how colliders allow the user to select multiple layers for it to detect.
i wanna use this sort of system right now for allowing weapons to be modified by effects for multiple weapon types, so for example a shotgun/axe hybrid would be affected by items that buff ranged weapons and melee weapons at the same time.
i’ve tried poking around the documentation and online for any info but i can’t seem to find something that fits what i’m looking for, so any help would be appreciated!