SetStringGameSettingEX
Revision as of 11:30, 22 August 2014 by imported>Odessa (created. source obse docs)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Sets the value of a string game setting, which is specified as a single formatable string, separated using the pipe character ('|'): "SettingName|NewValue". When calling from the console, use '@' instead of the pipe character. Added by NVSE V4.1.
Syntax
(none) SetStringGameSettingEX SettingName-and-NewValue:string Formatting
Example
SetStringGameSettingEX "SettingName|NewValue"