Config.setFloat

Sets the given configuration entry to contain a float.

class Config
static
void
setFloat
(
string path
,
double newValue
)

Parameters

path string

path to the configuration entry.

newValue double

new value.

Meta