Read Blizzard UI source file
get_source_fileRead files or list directories from Blizzard's UI source code for World of Warcraft addon development. Supports game flavors and line numbers.
Instructions
Read a file (or list a directory) from Blizzard's UI source for a flavor, with line numbers. Paths are repo-relative, e.g. "Interface/AddOns/Blizzard_UIParent/Blizzard_UIParent.lua".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative file or directory path | |
| flavor | No | Game flavor: live (retail), classic, classic_era (vanilla), classic_anniversary | live |
| endLine | No | ||
| startLine | No |