Vendetta/API/lme get config
From Quasar-RCE
Definition
lib.lme_get_config (config_name) :: <various>
Description
Retrieves the current configuration setting for the LME provider, or returns all available settings' names.
Arguments
- config_name: string name of LME setting.
Returns
- if option exists:
- config option [usually string, sometimes number]
- if option doesn't exist:
- boolean false,
- string “option does not exist”
- if config_name is nil:
- table valid_config_items: table of all settings' names
Other notes
- Added in LME 3.10.x