config

Configuration related lua functions

Functions:

config.export

config.export()

Returns the current config as a string

config.load

config.load(name: string, tab: string, container: string)

To load the specified config: config.load('Config name here') To load a tab from the specified config: config.load('Config name here', 'Tab name here') To load a container from the specified config: config.load('Config name here', 'Tab name here', 'Container name here')

Last updated