Search Blizzard's Lua mixins
wow_ui_mixin_searchSearch Blizzard UI mixins by method name to find the defining mixin and reuse or understand its behavior.
Instructions
Search the mixin tables Blizzard's UI uses — reusable method sets attached to frames via the XML mixin attribute or CreateFromMixins. Searching a method name finds the mixin that defines it. Use this to reuse Blizzard's behaviour or to understand what a template's methods do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Mixin name, fragment, or an exact method name. | |
| flavor | No | Game client. Defaults to retail. |