49
edits
mNo edit summary |
|||
| Line 1: | Line 1: | ||
{{ | {{wow/uihowto}} | ||
This article covers several syntactic features of Lua that are commonly used in addon code. | This article covers several syntactic features of Lua that are commonly used in addon code. | ||
| Line 36: | Line 36: | ||
The [[API getglobal|getglobal]]("name") function enables similar behavior, but at a marginally higher cost. | The [[API getglobal|getglobal]]("name") function enables similar behavior, but at a marginally higher cost. | ||
[[Category:Interface customization]] | [[Category:Interface customization]] | ||