WoW:Getting the current interface number (source)
Revision as of 14:29, 28 August 2006
, 28 August 2006→Do it yourself: Look at framexml in wdn
(→Do it yourself: Look at framexml in wdn) |
|||
| Line 28: | Line 28: | ||
click it, then click extract. Put it somewhere you can access, and open it in your favorite text editor. Look the ##Interface line, and voila! The newest interface version number is in your hands, to be used in all your addons. Please remember that just changing the ##Interface line does not mean the mod will work, the code, structure and functions for addons can change after a patch, so check the patch notes and your favorite UI forums to see if you need to update any of your code before re-releasing your addon! | click it, then click extract. Put it somewhere you can access, and open it in your favorite text editor. Look the ##Interface line, and voila! The newest interface version number is in your hands, to be used in all your addons. Please remember that just changing the ##Interface line does not mean the mod will work, the code, structure and functions for addons can change after a patch, so check the patch notes and your favorite UI forums to see if you need to update any of your code before re-releasing your addon! | ||
* OR, just view the latest [{{wdnlink|FrameXML/FrameXML.toc}} FrameXML.toc] on-line, courtesy http://wdn.wowinterface.com | |||
[[Category:HOWTOs|Get Current Interface Number]] | [[Category:HOWTOs|Get Current Interface Number]] | ||