blob: 8268fe15b3574fdbbdb60f2b7722dcc34d249773 (
plain)
1
2
3
4
5
6
7
8
9
|
# config
The `config` lua bindings relate to anything that has a configuration and needs to access configuration parameters.
---
#### `Json` config.getParameter(`String` parameter, `Json` default)
Returns the value for the specified config parameter. If there is no value set, returns the default.
|