WoW:API and scripting quirks: Difference between revisions
Jump to navigation
Jump to search
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. | ||
[[Category:Interface customization]] | [[Category:Interface customization]] | ||