Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
3. Global parameters 3. Global parameters Parameters in the "global" section are process - wide and often OS - specific . They are generally set once for all and...
Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (You can also choose to use exceptions if you compile Lua as ...
4.5 – Registry 4.5 – Registry Lua provides a registry, a predefined table that can be used by any C code to store whatever Lua values it needs to store. The registry table is a...