@export var blueprint_code_snippets : bool = false
@export var beautify_code_snippets : bool = false

How to show a variable list under these exported variables when they are changed to true?
The variables in the list should be allowed to be edited in the editor like an exported variable.

(I've tried looking at the docs, but it hasn't clicked for me yet)

  • Toxe replied to this.

    Toxe
    I apologize for my unclear question.
    This is what I want to do, using Sprite2D as an example

    I want to be able to show more options if the exported variable is set to true in the Inspector panel

      5 days later

      spaceyjase I just use _set(), _get() and get_property_list() to achieve the same thing. It looks easier than making a plugin just for this