WoW:API and scripting quirks: Difference between revisions

m
Move page script moved page API and scripting quirks to WoW:API and scripting quirks without leaving a redirect
(Typo fixing using AWB)
m (Move page script moved page API and scripting quirks to WoW:API and scripting quirks without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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]]
Anonymous user