Config.setBoolean

Sets the given configuration entry to contain a boolean.

class Config
static
void
setBoolean
(
string path
,)

Parameters

path string

path to the configuration entry.

newValue int

new value.

Meta