Config.setInt

Sets the given configuration entry to contain an integer.

class Config
static
void
setInt
(
string path
,)

Parameters

path string

path to the configuration entry.

newValue int

new value.

Meta