View Single Post
09-26-20, 02:00 PM   #1
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
How to read "Interface" TOC field?

Hello,

Is there a way to read "Interface" field in the TOC file of an addon?
I tried:
Code:
GetAddOnMetadata(myAddonName, "Interface")
but only "nil" is returned.

Thanks.
  Reply With Quote