SetStringGameSettingEX

From the Fallout3 GECK Wiki
Revision as of 12:30, 22 August 2014 by imported>Odessa (created. source obse docs)
(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 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