SetStringIniSetting

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(none) SetStringIniSetting Setting:string NewValue:string

Example

SetStringIniSetting "settingGroup|settingName", "new value"

See Also