Read a file from Blizzard's UI source
wow_ui_read_fileRead a Lua or XML file from Blizzard's UI source to view the full implementation in context, instead of a single matching line.
Instructions
Read a Lua or XML file from Blizzard's shipped interface source, by the path that wow_ui_grep or wow_ui_template_search reported. Use this to see a full implementation in context rather than a single matching line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path relative to the UI source root, e.g. Interface/AddOns/Blizzard_UIParent/UIParent.lua. | |
| flavor | No | Game client. Defaults to retail. | |
| endLine | No | ||
| startLine | No |