World of Warcraft Wiki
Advertisement
Referencee



WoW AddOn

WoW TOC, Table Of Contents, files are a required 'manifest' file for a WoW AddOn.

Reference[]

Summary[]

.toc files contain information about a particular addon (such as its name, description, saved variables, etc), as well as instructions on how the addon should be loaded by the client (for example, the order in which lua and xml files should be loaded). The file must be present, and have the same name (plus extension) as its parent folder for the addon to be recognized by the client.

Example[]

## Interface: 50300
## Title: Waiting for Godot
## Notes: "Nothing to be done."
## Version: 4.2
Vladimir.xml
Estragon.lua

Guides[]

  • Getting the current interface number
  • Saving variables between game sessions
Advertisement