SetStringIniSetting

From the Fallout3 GECK Wiki
Revision as of 12:17, 22 August 2014 by imported>Odessa (created. source nvsewhatsnew and a guess)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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