diff options
Diffstat (limited to 'Data/BuiltIn/Libraries/addons/addons/README.txt')
-rw-r--r-- | Data/BuiltIn/Libraries/addons/addons/README.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Data/BuiltIn/Libraries/addons/addons/README.txt b/Data/BuiltIn/Libraries/addons/addons/README.txt deleted file mode 100644 index c47be3d..0000000 --- a/Data/BuiltIn/Libraries/addons/addons/README.txt +++ /dev/null @@ -1,7 +0,0 @@ -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 - |