v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
9
doc/lua/config.md
Normal file
9
doc/lua/config.md
Normal file
|
@ -0,0 +1,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.
|
Loading…
Add table
Add a link
Reference in a new issue