SetStringINISetting
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Sets the value of a string ini setting found in Fallout.ini / FalloutPrefs.ini / FalloutCustom.ini, which is specified as a string in format: "settingName:settingGroup".
Syntax
(none) SetStringIniSetting Setting:string NewValue:string
Example
SetStringIniSetting "settingName:settingGroup", "new value"
Notes
- This function was broken prior to xNVSE 6.3.1, but has since been fixed. Existing scripts will need to be recompiled in order to make use of the fixed function behavior.