ModNumericINISetting

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Modifies a numeric ini setting from Fallout.ini / FalloutPrefs.ini by the given value, using the same format for the setting name as GetNumericIniSetting.

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]
(success:bool) ModNumericINISetting settingName:string valueModifier:float 

See Also