Lua in fsmapper
fsmapper incorporates a Lua script interpreter. This section provides Lua-related information necessary for writing Lua scripts as configuration files for fsmapper. However, it does not delve into the specifics of Lua language usage, so please refer to the Lua 5.4 Reference Manual for details on Lua itself.
Lua Version
Verion |
---|
5.4.7 |
Available Lua Standard Libraries
The following libraries from the Lua standard library are enabled by default.
Name | Description |
---|---|
basic | Basic functions |
package | Basic facilities for loading modules |
string | String manipulation |
table | Table manipulation |
math | Mathematical functions |
If you want to use libraries other than those listed above in the configuration file or if you want to disable certain libraries for memory working set efficiency, you can change these settings on the settings page from the default configuration.