WoW:AddOn: Difference between revisions

1 byte removed ,  31 August 2025
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{dev/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]].


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.
* [[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.