Configuration (OpScript) ======================== .. lua:module:: Config .. lua:function:: Get(string key) Returns value for *key* from configuration table, or empty string if no entry exists. .. lua:function:: Has(string key) Returns ``true`` if *key* exists in the configuration table.