armacode.config.SetOption¶
-
armacode.config.SetOption(self, section, key, value=None)¶
Add key value pair to the config, automatically create section if it does not exist.
| param section: | Section of the setting |
|---|---|
| param key: | Name of the option |
| param value: | Value of the option. Can be null. |
| returns: | True on success. |