Navigation menu

WoW:Common Lua shortcuts: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 1: Line 1:
{{UIHowTo}}
{{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]]