SetNumericINISetting

From GECK
(Redirected from SetNumericIniSetting)
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Sets a numeric ini setting, using the same format for the setting name as GetNumericIniSetting. Accepts variables as arguments.

Returns 1 for a successful change, and 0 on a failed one. For example, it may fail if the INI setting could not be found.

Syntax

[help]
(int) SetNumericINISetting settingName:string newValue:float 

See Also