File GreenWall.lua
Functions
GwCmdConfig (key, val) | Update or display the value of a user configuration variable. |
GwSetDefaults (soft) | Initialize options to default values. |
Functions
- GwCmdConfig (key, val)
-
Update or display the value of a user configuration variable.
Parameters:
-
key
: The name of the variable. -
val
: The variable value.
Return value:
- True if the key matches a variable name, false otherwise.
-
- GwSetDefaults (soft)
-
Initialize options to default values.
Parameters:
-
soft
: If true, set only undefined options to the default values.
-