summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/README.txt
blob: c47be3d3c44c4a99310cf65adf96c8a126a05c9f (plain)
1
2
3
4
5
6
7
Lua addons are similar to Windower Plugins, in that they are loaded once and continue to remain active, acting upon events and commands.

You can load Lua addons via the //lua load command, similar to plugins.  For example, if you had an addon named test.lua, you would load it by typing:
//lua load test 
or
//lua l test