SetStringGameSettingEx
From GECK
Function Deprecated This function should no longer be used. This page has been left for historical documentation purposes only. This function is broken. Use SetStringSetting instead. |
A function added by the New Vegas Script Extender.
Contents
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.
Syntax
(none) SetStringGameSettingEx SettingName-and-NewValue:string Formatting
Example
SetStringGameSettingEx "SettingName|NewValue"