SetStringINISetting

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


A function added by the New Vegas Script Extender.

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

[help]
(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.

See Also