SetStringIniSetting

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