SetStringIniSetting

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets the value of a string ini setting, which is specified as a string in format: "settingGroup|settingName". Added by NVSE V4.5.6.

Syntax

(none) SetStringIniSetting Setting:string NewValue:string

Example

SetStringIniSetting "settingGroup|settingName", "new value"

See Also