49
edits
m (→Variants) |
|||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{uiaddon}} | {{dev/uiaddon}} | ||
This is the WoW [[AddOn]] main technical reference. WoW AddOns allow for altering and customizing the game, specifically through the [[user interface]]. | This is the WoW [[AddOn]] main technical reference. WoW AddOns allow for altering and customizing the game, specifically through the [[user interface]]. | ||
Use the '''Reference''' section for detailed information, '''Guides''' for getting started and further understanding, and '''Summary''' for overall concepts details. See [[ | Use the '''Reference''' section for detailed information, '''Guides''' for getting started and further understanding, and '''Summary''' for overall concepts details. See [[AddOn]]s for information on the general ''AddOn'' term used in WoW. | ||
== Reference == | == Reference == | ||
| Line 10: | Line 10: | ||
* [[TOC file]] · [[TOC format]] - WoW AddOn "manifest" file. | * [[TOC file]] · [[TOC format]] - WoW AddOn "manifest" file. | ||
* [[XML file]] - WoW AddOn 'XML' UI element file. | * [[XML file]] - WoW AddOn 'XML' UI element file. | ||
* [[ | * [[Lua file]] - WoW AddOn 'Lua' code file. | ||
* [[Bindings file]] - for creating key bindings, or AddOn key shortcuts. | * [[Bindings file]] - for creating key bindings, or AddOn key shortcuts. | ||