WoW:API and scripting quirks: Difference between revisions

remove deleted faq link
(Typo fixing using AWB)
(remove deleted faq link)
Line 1: Line 1:
{{cleanup|Mostly out of date and misguided; merge into relevant articles and delete}}
== World of Warcraft Scripting Quirks ==
== World of Warcraft Scripting Quirks ==
* [[Macros]]
* [[Macros]]
Line 34: Line 36:
** If you declare a local variable inside an code block (such as an IF block), it is only available inside that code block.
** If you declare a local variable inside an code block (such as an IF block), it is only available inside that code block.
** See [[Lua Scope]] for a complete description of the implications of Lua's variable scoping.
** See [[Lua Scope]] for a complete description of the implications of Lua's variable scoping.
== See also ==
* [[Interface Customization FAQ]]


[[Category:Interface customization]]
[[Category:Interface customization]]