lib.lme_get_config
Definition:
- lib.lme_get_config (config_name) :: nil
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: false, “option does not exist”
- if config_name is nil: table of all settings' names
Other notes: