WoW:FrameXML: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
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://wdn.wowinterface.com/latest wdn.wowinterface.com] - online FrameXML viewer
* [http://wowcompares.com/ wowcompares.com] - online FrameXML viewer


[[Category:FrameXML Documentation| ]]
[[Category:FrameXML Documentation| ]]
[[Category:Game Terms]]
[[Category:Game Terms]]

Revision as of 05:31, 8 May 2008

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