SetStringGameSettingEX

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 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

[help]
(none) SetStringGameSettingEX SettingName-and-NewValue:string Formatting

Example

SetStringGameSettingEX "SettingName|NewValue"

See Also