Validate an addon .toc manifest
wow_toc_validateValidate WoW addon .toc files for interface version, flavor, directives, and file listings to diagnose loading failures and out-of-date warnings.
Instructions
Validate a .toc manifest: interface version against the target client, flavor suffix consistency, unrecognised directives the client silently drops, SavedVariables names, and files listed but missing (or present but unlisted). Run this whenever an addon fails to load or shows as out of date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toc | No | .toc contents to validate. | |
| path | No | Path to a .toc file, or to an addon folder. | |
| fileName | No | Filename to assume when validating inline contents, e.g. MyAddon_Vanilla.toc. |