WoW:Lua basics: Difference between revisions

m
Move page script moved page Lua basics to WoW:Lua basics without leaving a redirect
No edit summary
 
m (Move page script moved page Lua basics to WoW:Lua basics without leaving a redirect)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Accuracy|Needs to have more lua file specific info. A bit too general.}}
{{Accuracy|Needs to have more lua file specific info. A bit too general.}}
{{wowlua}}
{{wow/uihowto}}
The ''[[World of Warcraft]]'' game client provides many functions available for use in '''[[Lua]] script files''' provided by [[AddOn]]s. These functions are the WoW API, are also used by [[Blizz]]ard to build the game client interface. They allow addons to query information about the player and the game world, to receive notifications (events) when the player interacts with the game world, and to  trigger player actions like changing target, casting spells, using professions, using vehicles, joining a group, etc.
The ''[[World of Warcraft]]'' game client provides many functions available for use in '''[[Lua]] script files''' provided by [[AddOn]]s. These functions are the WoW API, are also used by [[Blizz]]ard to build the game client interface. They allow addons to query information about the player and the game world, to receive notifications (events) when the player interacts with the game world, and to  trigger player actions like changing target, casting spells, using professions, using vehicles, joining a group, etc.


Anonymous user