Inherits: Resource > Reference > Object
Dictionary of CategoryOptionalData, to be saved in disk and used somewhat like a database by the plugin. This is what allows it to show the relevant fields in the Docs Exporter tab.
If you rename a category and the description disappears, look for the file in
res://addons/eh_jogos.docs-exporter/shared_variables/dict_categories_optional_data.tres and it
will still hold the description inside a key with the name of the old category.
| type | property | default value |
|---|---|---|
| Dictionary | value | {} |
signal emitted whenever the dictionary changes.
| Default | {} |
| Setter | _set_value |
| Getter | _get_value |
Dictionary that only accepts [CategoryOptionalData] as values.