WoW:FrameXML: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix)
Line 6: Line 6:
* [[Viewing Blizzard's interface code]] - to extract all of FrameXML to regular files
* [[Viewing Blizzard's interface code]] - to extract all of FrameXML to regular files
==External links==
==External links==
* [http://wowcompares.com/ wowcompares.com] - online FrameXML viewer
{{elink|site=wow.&#91;"compares"&#93;.com|link=http://wowcompares.com/|desc= - a WoW .lua, .toc, and .xml viewer <small>(click patch version entry and navigate down to FrameXML folder)</small>}}
 
:{{elink|site=wow&#91;"compares"&#93;.com|link=http://wowcompares.com/live/FrameXML/|desc= - current released patch files}}
[[Category:FrameXML documentation| ]]
[[Category:FrameXML documentation| ]]
[[Category:Game terms]]
[[Category:Game terms]]

Revision as of 22:19, 19 March 2009

FrameXML is the in-house name for the part of Blizzard's standard World of Warcraft User Interface that is implemented in Lua, and hence fully replacable by users via AddOns.

See also

External links