Skip to content

LuaLibraries#

Defaults#

Commented File-structure#

luaLibraries.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- '''Libraries can be included into other lua-code by using its name within a require-statement. E.g.: `require("myAwesomeLib")`'''
     type: list -->
<luaLibraries version="1.26.11">
  <!-- parameters:
         name: type: string -->
  <luaLibrary name="">
    <!-- a lua-script
         type: string -->
    <code></code>
  </luaLibrary>
</luaLibraries>