Config.getBoolean

Gets the value of the specified configuration entry as a boolean.

class Config
static
int
getBoolean
(
string path
)

Parameters

path string

path to the configuration entry.

Return Value

Type: int

the value stored at the given entry.

Meta