AS Tags Panel
Inherits:
VBoxContainerEditor UI for managing Ability System Tags.
Description
[ASTagsPanel] is a custom editor component displayed within the Project Settings. It allows developers to add, remove, and list global Ability System Tags used by the Ability System.
The panel supports hierarchical organization using dot notation (e.g.,
state.stun) and classifies tags into Name Tags (identity) and Conditional Tags (status/state).Properties
| Type | Name | Default |
|---|---|---|
int | size_flags_vertical | 3 |
Methods
| Return | Name |
|---|---|
void | update_tags( ) |
Refreshes the tag list layout from the global registry. | |