Skip to content
z16 edited this page Feb 26, 2013 · 14 revisions

Welcome to the Windower Lua wiki!

Lua API Documentation

Events are functions declared in an addon that are automatically called by Windower in response to changing game conditions. To use them, simply add the appropriate event to your addon Lua file.

Interface Functions are functions that lua scripts and addons can call to interact with Windower. No special action is required to use these functions, they are callable from any script or addon at all times.

Game IDs are integer ID codes used by the game internally. Many events use these to transmit data, and this page provides a reference.

Clone this wiki locally