Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(removed api project stuff; added basic intro section)
(project)
Line 1: Line 1:
__NOTOC__
+
{{Project}} __NOTOC__
  +
  +
 
<div style="margin: -.3em -1em -1em -1em;">
 
<div style="margin: -.3em -1em -1em -1em;">
{| width="80%" border="0" cellpadding="4px" cellspacing="2px" style="margin:auto;"
+
{| width="75%" border="0" cellpadding="4px" cellspacing="2px" style="margin:auto;"
 
|- align="center" bgcolor="#121212"
 
|- align="center" bgcolor="#121212"
 
! width="50%" | '''What are AddOns?'''
 
! width="50%" | '''What are AddOns?'''
Line 10: Line 12:
 
World of Warcraft\_retail_\Interface\AddOns
 
World of Warcraft\_retail_\Interface\AddOns
 
|}
 
|}
{| width="80%" border="0" cellpadding="4px" cellspacing="2px" style="margin:auto;"
+
{| width="75%" border="0" cellpadding="4px" cellspacing="2px" style="margin:auto;"
 
|- align="center" bgcolor="#121212"
 
|- align="center" bgcolor="#121212"
 
! width="50%" | '''How do I develop AddOns?'''
 
! width="50%" | '''How do I develop AddOns?'''

Revision as of 23:22, 20 December 2020


What are AddOns? How do I install AddOns?
AddOns are Lua scripts and/or XML data which are loaded from a TOC file. They can for example display information and modify the World of Warcraft User Interface. You can install an addon by extracting its files into the addons directory:
World of Warcraft\_retail_\Interface\AddOns
How do I develop AddOns? Where can I get AddOns?
Begin with Getting started with writing addons. A simple text editor like VS Code or Notepad++ is sufficient. See the WeakAuras Lua Dev Environment page for a more extensive guide on addon development. Addons can be downloaded from CurseForge and WoWInterface or one of the third-party clients.


Interface documentation

WoW API

Interface Customization logo

Tutorials

Resources and Tools

Developer Communities

Things you can help out with