List Blizzard's shipped UI packages
wow_ui_list_packagesList Blizzard addon packages with an optional filter to identify which package owns a specific UI element, enabling targeted code searches.
Instructions
List the Blizzard_* addon packages that ship with the client, optionally filtered. Use this to find which package owns a piece of the UI before grepping it, e.g. Blizzard_ActionBar for action buttons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Substring filter on the package name. | |
| flavor | No | Game client. Defaults to retail. |