WoW:FrameXML: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Typo fixing, typos fixed: replacable → replaceable using AWB)
Line 1: Line 1:
'''FrameXML''' is the in-house name for the part of [[Blizzard Entertainment|Blizzard]]'s standard World of Warcraft [[User Interface]] that is implemented in [[Lua]], and hence fully replaceable by users via [[AddOns]].
'''FrameXML''' is the in-house name for the part of [[Blizzard Entertainment|Blizzard]]'s standard World of Warcraft [[User Interface]] that is implemented in [[Lua]], and hence replaceable by users via [[AddOns]].


==See also==
==See also==
Line 5: Line 5:
* [[:Category:FrameXML documentation]].
* [[:Category:FrameXML documentation]].
* [[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==
{{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/|desc=View FrameXML code online.}}
:{{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 11:29, 13 September 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 replaceable by users via AddOns.

See also

External links