WoW:FrameXML: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{wowapi}}
'''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]].
'''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 ==
* [[WoWWiki:Interface customization]]
* [[WoWWiki:Interface customization]]
* [[: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["compares"].com|link=http://wowcompares.com/|desc=View FrameXML code online.}}
{{elink|site=wow.go-hero.net|link=http://wow.go-hero.net/framexml/builds|desc=Available FrameXML Builds|bydate=(.lua, .toc, and .xml viewer)}}
 
[[Category:FrameXML documentation| ]]
[[Category:FrameXML documentation| ]]
[[Category:Game terms]]
[[Category:Game terms]]

Revision as of 22:09, 25 July 2012

WoW API

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