Vendetta/API/lme get config: Difference between revisions

From Quasar-RCE
Jump to navigationJump to search
created lme_get_config
 
(No difference)

Latest revision as of 15:11, 3 March 2025

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

  1. config_name: string name of LME setting.

Returns

  • if option exists:
    1. config option [usually string, sometimes number]
  • if option doesn't exist:
    1. boolean false,
    2. string “option does not exist”
  • if config_name is nil:
    1. table valid_config_items: table of all settings' names

Other notes

  • Added in LME 3.10.x