CategoryOptionalDataDict

Inherits: Resource > Reference > Object

Description

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.

Properties

type property default value
Dictionary value {}

Signals

  • value_updated()

signal emitted whenever the dictionary changes.


Properties Descriptions

value

Default {}
Setter _set_value
Getter _get_value

Dictionary that only accepts [CategoryOptionalData] as values.