Search in-game events
wow_api_event_searchSearch World of Warcraft addon events and inspect each event's payload arguments so your OnEvent handler matches the client's argument list.
Instructions
Search the events an addon can register with frame:RegisterEvent, and show each event's payload arguments in order. Use this whenever writing an OnEvent handler, so the argument list matches what the client sends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Event name or fragment, e.g. COMBAT_LOG or BAG_UPDATE. | |
| flavor | No | Game client to answer for. Defaults to WOW_DEFAULT_FLAVOR, or retail. |