diff options
author | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
commit | 942a030afd348ab2e02eac8054b43e3c3a72ea48 (patch) | |
tree | a13459f39a3d2f1b533fbd1b5ab523d7a621f673 /Data/BuiltIn/Libraries/lua-addons/addons/README.txt | |
parent | e307051a56a54c27f10438fd2025edf61d0dfeed (diff) |
*rename
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/README.txt')
-rw-r--r-- | Data/BuiltIn/Libraries/lua-addons/addons/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/README.txt b/Data/BuiltIn/Libraries/lua-addons/addons/README.txt new file mode 100644 index 0000000..c47be3d --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/README.txt @@ -0,0 +1,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 + |