Skip to main content

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.

NameDescription
basicBasic functions
packageBasic facilities for loading modules
stringString manipulation
tableTable manipulation
mathMathematical 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.

How to specify which library is enabled